I have a fairly simple report that contains 1 chart, and 2 list's.
For the life of me I can't figure out how to keep the lists on the same page.
The lists only contain 24 rows max, but no matter how I set the pagination properties, the 2nd list always breaks to the next page.
I have a similar report, where the the lists only contain 12 rows max, and they display on the same page without a problem...
TIA,
Mike
Select the first list by using the ancestor button, update the properties and set the 'rows per page'. Next, select file from Report Studio toolbar, and select 'Report Properties', change the page break by data container from 'Default' to 'Yes'. This should fix the issue.
RT
That worked perfectly...
Thank you RT!