Reporting Services RDLC Table Page Breaks within a Cell with a SubReport - Stack Overflow most recent 30 from stackoverflow.com2009-11-25T14:58:08Zhttp://stackoverflow.com/feeds/question/996617http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/996617/reporting-services-rdlc-table-page-breaks-within-a-cell-with-a-subreport0Reporting Services RDLC Table Page Breaks within a Cell with a SubReportMike Wills2009-06-15T15:02:59Z2009-06-16T14:16:29Z
<p>I am having a paging issue with my RLDC report that has a SubReport. The report has a table that prints the header data, then has a SubReport that I placed in a detail cell row within the table to print several detail lines that relate to the header data.</p>
<p>This works as I want. However, the SubReport can span more than one page and this can lead to my problem. When the page is 2/3 full (or even less than 1/4 full) and the SubReport has enough items in it to cause it to go to a second page, the SubReport will then print on the next page. I would rather have it fill out the rest of the page before wrapping to new page.</p>
<p>I have searched all of the options to see if I could figure this out. Is there a setting I am missing somewhere?</p>
http://stackoverflow.com/questions/996617/reporting-services-rdlc-table-page-breaks-within-a-cell-with-a-subreport/1001783#10017830Answer by Jon for Reporting Services RDLC Table Page Breaks within a Cell with a SubReportJon2009-06-16T14:16:29Z2009-06-16T14:16:29Z<p>This is a known BUG. See the following article:
<a href="http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/a68d06f4-2612-47ad-9f07-6d5753315c36/" rel="nofollow">http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/a68d06f4-2612-47ad-9f07-6d5753315c36/</a></p>