Reporting Services RDLC Table Page Breaks within a Cell with a SubReport - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T14:58:08Z http://stackoverflow.com/feeds/question/996617 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/996617/reporting-services-rdlc-table-page-breaks-within-a-cell-with-a-subreport 0 Reporting Services RDLC Table Page Breaks within a Cell with a SubReport Mike Wills 2009-06-15T15:02:59Z 2009-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#1001783 0 Answer by Jon for Reporting Services RDLC Table Page Breaks within a Cell with a SubReport Jon 2009-06-16T14:16:29Z 2009-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>