GroupFooterBand and New Page After

Stimulsoft Reports.NET discussion
Post Reply
vorauler
Posts: 71
Joined: Wed Jul 15, 2009 1:20 am

GroupFooterBand and New Page After

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

GroupFooterBand and New Page After

Post 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.
vorauler
Posts: 71
Joined: Wed Jul 15, 2009 1:20 am

GroupFooterBand and New Page After

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

GroupFooterBand and New Page After

Post 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.
vorauler
Posts: 71
Joined: Wed Jul 15, 2009 1:20 am

GroupFooterBand and New Page After

Post by vorauler »

Hello Aleksey

That's it, thank you for your help.

Ralf
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

GroupFooterBand and New Page After

Post by Alex K. »

Ok! Have a nice day!!!
Post Reply