Page 1 of 1

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

Posted: Tue Aug 04, 2015 10:53 am
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

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

Posted: Tue Aug 04, 2015 6:02 pm
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.