Nested Groups and Page Breaks
Posted: Thu Aug 27, 2015 9:17 pm
Hi,
I have a report with two nested groups (Group2 nested within Group1) and I want a page break on each header for each of the two groups. I have NewPageBefore set to true and SkipFirst set to true for each GroupHeaderBand. The problem is that for each header in Group1 after the first, I get a blank page with just that header, since the next row is a header from Group2 that has NewPageBefore set to true.
Is there a way to skip the first page break in Group2 for each iteration of Group1? The SkipFirst property only skips the page break for the first entry from the database.
I have a report with two nested groups (Group2 nested within Group1) and I want a page break on each header for each of the two groups. I have NewPageBefore set to true and SkipFirst set to true for each GroupHeaderBand. The problem is that for each header in Group1 after the first, I get a blank page with just that header, since the next row is a header from Group2 that has NewPageBefore set to true.
Is there a way to skip the first page break in Group2 for each iteration of Group1? The SkipFirst property only skips the page break for the first entry from the database.