Summary band on last page
-
- Posts: 26
- Joined: Wed Nov 16, 2011 12:33 pm
- Location: Blumenau, Santa Catarina, Brazil
Summary band on last page
Hello,
I need to print the summary band on last page, after page footer printed. How can I do that?
I need to print the summary band on last page, after page footer printed. How can I do that?
-
- Posts: 31
- Joined: Thu Feb 17, 2011 1:54 pm
- Location: Cuiaba, Brazil
Summary band on last page
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".
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".
Summary band on last page
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.
[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.
-
- Posts: 26
- Joined: Wed Nov 16, 2011 12:33 pm
- Location: Blumenau, Santa Catarina, Brazil
Summary band on last page
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?
How I solve this?
- Attachments
-
- 1768.Report.mrt
- (12.27 KiB) Downloaded 611 times
Summary band on last page
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:
and set the Number of Path of the Report to the 'Double Pass'.
Thank you.
[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;
Thank you.
-
- Posts: 31
- Joined: Thu Feb 17, 2011 1:54 pm
- Location: Cuiaba, Brazil
Summary band on last page
@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.

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.

-
- Posts: 26
- Joined: Wed Nov 16, 2011 12:33 pm
- Location: Blumenau, Santa Catarina, Brazil
Summary band on last page
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 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.
-
- Posts: 31
- Joined: Thu Feb 17, 2011 1:54 pm
- Location: Cuiaba, Brazil
Summary band on last page
Why not use a new page then? It will only get printed after the last footer of the last page.
Summary band on last page
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.
[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.
-
- Posts: 26
- Joined: Wed Nov 16, 2011 12:33 pm
- Location: Blumenau, Santa Catarina, Brazil
Summary band on last page
The issue was solved.
Thank you.
Thank you.