Page 1 of 1
GroupFooterBand and New Page After
Posted: Mon Aug 09, 2010 7:12 am
by vorauler
Hello
I have a report with following layout.
PageHeader
GroupHeader
GroupFooter
ReportSummary
After a group I start the next group with a new page but after the last group I will not have a page break. Instead of the new page
I would show the ReportSummary on the same page.
How can I accomplish this?
Thank's
Ralf
GroupFooterBand and New Page After
Posted: Mon Aug 09, 2010 7:45 am
by Alex K.
Hello,
In this case, you can use the PageFooterBand instead of the ReportSummaryBand component, and set to it the "Print on" property to "Only Last Page".
Thank you.
GroupFooterBand and New Page After
Posted: Mon Aug 09, 2010 9:08 am
by vorauler
Hello Aleksey
Thank you for your reply, but this is not the output that I need. The PageFooterBand is placed on the bottom of a page.
I will that after the last group immediatly the ReportSummaryBand is printed.
Is there another way to do this?
Ralf
GroupFooterBand and New Page After
Posted: Tue Aug 10, 2010 12:26 am
by Alex K.
Hello,
You can use the FooterBand component with the PrintOn property set to OnlyLastPage,
and the GroupHeaderBand component with the NewPageBefore property set to true.
Thank you.
GroupFooterBand and New Page After
Posted: Tue Aug 10, 2010 11:54 pm
by vorauler
Hello Aleksey
That's it, thank you for your help.
Ralf
GroupFooterBand and New Page After
Posted: Wed Aug 11, 2010 12:08 am
by Alex K.
Ok! Have a nice day!!!