PrintOn and OnlyLastPage

Stimulsoft Reports.NET discussion
Post Reply
Andreas Tastler
Posts: 63
Joined: Fri Jul 17, 2009 5:00 am
Location: St. Gallen, Switzerland

PrintOn and OnlyLastPage

Post by Andreas Tastler »

Hi all

I used the PrintOn Property with OnlyLastPage on a PageFooterBand. Now, the place for this band will be reserved on all pages. The component seems to be removed from the pages in a post process after rendering. Is this correct?

Thank you
Andreas
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

PrintOn and OnlyLastPage

Post by Alex K. »

Hello,

You can use the Report Summary component with properties Print at Bottom set in true
or
Please check set this options

Code: Select all

StiOptions.Engine.UseAdvancedPrintOn = true;
StiOptions.Engine.UseAdvancedPrintOnEngineV2 = true;
Thank you.
Post Reply