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
-
- Posts: 63
- Joined: Fri Jul 17, 2009 5:00 am
- Location: St. Gallen, Switzerland
PrintOn and OnlyLastPage
Hello,
You can use the Report Summary component with properties Print at Bottom set in true
or
Please check set this options
Thank you.
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;