Posted 7 April 2022, 11:13 am EST
I’m trying to make a single page section report that has some text boxes in the header, followed by 3 Sub Reports that have columns.
I’m having trouble controlling the length of the columns in the Sub Reports. I can only get expected results when I put the Sub Report at the bottom of the page. The others seem to extend the details below the desired area, so they are cut off. The data eventually starts on the second column, with a large gap.
I am aware I could do this by not using the Columns feature in the Sub Reports and instead producing additional columns in the data source, but then I’d have to update the query every time a layout change such as font or Sub Report height was made.
Is it possible to control the maximum height of detail columns in a Sub Report?
I’m using Active Reports 15 with Visual Studio. Example attached. The bottom Sub Report is working as desired, the other one is not. Thanks for the help!