I have a report that contains a LIST object, and within the list is a SUBREPORT.
In my SUBREPORT, I have a table. So the table gets repeated for each item in the LIST.
You can see the example output here (PDF):
http://208.179.5.2/bret/report.pdf
My problem is that SQL reporting services forces the table onto the next page because it won't fit on the current page, leaving a large amount of blank space. I want the tables to run across pages and simple continue instead of be on one page. I've tried setting every attribute I can think of!
Any help would be appreciated, Thanks!
-Bret