I have a report that shows some data via text boxes and a picturebox.
After this I want to have some more data. This next set of data so far is running through a table. In the test report I built, the column count works fine(I want it to take up 2/3 columns), but once I put this in another report via subReport, it fails to read the columncount. How do I get around this?
Or can I have two seperate reports that I merge together at runtime? How would I go about doing that?