Page 1 of 1

Page Break if Detail overflows

Posted: Thu Apr 21, 2011 3:16 pm
by JG11
I have a report that is grouped by a single column. Per grouped item, there are many details. When the next grouped item occurs on the same page, and its detail exceeds to the next page, is there a way to tell the report that if this happens, start the new grouped item on the next page.

Page Break if Detail overflows

Posted: Fri Apr 22, 2011 1:35 am
by Alex K.
Hello,

Please try to set "NewPageBefore" property to true of GroupHeaderBand component.

Thank you.