Having 'New Page After' produces empty page at the end

Stimulsoft Reports.NET discussion
Post Reply
olegtr
Posts: 16
Joined: Mon Mar 07, 2011 10:14 am

Having 'New Page After' produces empty page at the end

Post by olegtr »

Hi,
We're using StimulsoftReports.Net 2014.2.

If i set a report with a databand wrapped by 2 groups (2 group headers and 2 group footers) and i specify 'New Page After' on the innermost group footer then i get an extra empty page at the end of the report.

You can simulate this situation by doing this on your demo report NestedGroups.mrt.

Please fix it or provide some way around the problem.

Best regards,
Oleg
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Re: Having 'New Page After' produces empty page at the end

Post by Ivan »

Hello,
If i set a report with a databand wrapped by 2 groups (2 group headers and 2 group footers) and i specify 'New Page After' on the innermost group footer then i get an extra empty page at the end of the report.
It's correct behaviour of this property.
Please fix it or provide some way around the problem.
Please instead of 'New Page After' property of the GroupFooter use the 'New Page Before' property of the GroupHeader (together with SkipFirst=true).

Thank you.
Post Reply