Page 1 of 1

PrintOn and OnlyLastPage

Posted: Wed Dec 15, 2010 1:11 am
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

PrintOn and OnlyLastPage

Posted: Wed Dec 15, 2010 2:32 am
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.