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
GroupFooterBand and New Page After
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.
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
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
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
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.
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
Hello Aleksey
That's it, thank you for your help.
Ralf
That's it, thank you for your help.
Ralf
GroupFooterBand and New Page After
Ok! Have a nice day!!!