Summary band on last page

Stimulsoft Reports.NET discussion
marco.correa
Posts: 26
Joined: Wed Nov 16, 2011 12:33 pm
Location: Blumenau, Santa Catarina, Brazil

Summary band on last page

Post by marco.correa »

Hello,

I need to print the summary band on last page, after page footer printed. How can I do that?
Brainstorm
Posts: 31
Joined: Thu Feb 17, 2011 1:54 pm
Location: Cuiaba, Brazil

Summary band on last page

Post by Brainstorm »

You want the summary right after the footer? or on another page?
You can just make it jump to the next page after the footer, or jump to a new page before the summary, either way works.

The properties are called "New Page After" and "New Page Before", or in portuguese, "Após nova página" and "Antes nova página".
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Summary band on last page

Post by HighAley »

Hello.
[quote="marco".correa]I need to print the summary band on last page, after page footer printed. How can I do that?[/quote]
Please try to place the second page footer there and set the Print On property to Only Last Page.

Thank you.
marco.correa
Posts: 26
Joined: Wed Nov 16, 2011 12:33 pm
Location: Blumenau, Santa Catarina, Brazil

Summary band on last page

Post by marco.correa »

Hello,I did what you suggested, but now is ocurring other situation.The summary (page footer) is set to print only on last page and the report printed that way, however, it's reserved space to summary in all other pages.

How I solve this?
Attachments
1768.Report.mrt
(12.27 KiB) Downloaded 611 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Summary band on last page

Post by HighAley »

Hello.
[quote="marco".correa]Hello,I did what you suggested, but now is ocurring other situation.The summary (page footer) is set to print only on last page and the report printed that way, however, it's reserved space to summary in all other pages.[/quote]
You also should set next property:

Code: Select all

StiOptions.Engine.UseAdvancedPrintOnEngineV2 = true;
and set the Number of Path of the Report to the 'Double Pass'.

Thank you.
Brainstorm
Posts: 31
Joined: Thu Feb 17, 2011 1:54 pm
Location: Cuiaba, Brazil

Summary band on last page

Post by Brainstorm »

@Marco
Use the Summary Band, you are using multiple page footer bands, those always get printed once per page.
The summary is only printed after everything else is rendered.

Image
marco.correa
Posts: 26
Joined: Wed Nov 16, 2011 12:33 pm
Location: Blumenau, Santa Catarina, Brazil

Summary band on last page

Post by marco.correa »

Brainstorm wrote:@Marco
Use the Summary Band, you are using multiple page footer bands, those always get printed once per page.
The summary is only printed after everything else is rendered.
The summary is printed only on last page and it's printed before the page footer. I need to be printed after that. To solve this issue, I use page footer and set the property "Print on" to "Only last page".
Brainstorm
Posts: 31
Joined: Thu Feb 17, 2011 1:54 pm
Location: Cuiaba, Brazil

Summary band on last page

Post by Brainstorm »

Why not use a new page then? It will only get printed after the last footer of the last page.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Summary band on last page

Post by HighAley »

Hello.
[quote="marco".correa]The summary is printed only on last page and it's printed before the page footer. I need to be printed after that. To solve this issue, I use page footer and set the property "Print on" to "Only last page".[/quote]
Do you have any problems now?

Thank you.
marco.correa
Posts: 26
Joined: Wed Nov 16, 2011 12:33 pm
Location: Blumenau, Santa Catarina, Brazil

Summary band on last page

Post by marco.correa »

The issue was solved.

Thank you.
Post Reply