Hello
I have a problem with reports having a standard PageFooter on all pages except the last. On the last page should be placed a special footer, which I have realized with a ReportFooter band with PrintAtBottom property set. Now, because the PageFooter on the last page will only be removed but not disabled, the space will be remaining and the ReportFooter band is rendering not at the end of the page, but over the hidden PageFooter.
How can I completely disable all the PageFooters on the last page, that ReportFooter will be printed really at the bottom of the page?
Thank you
Andreas
Hidden PageFooters and PrintAtBottom ReportFooters
-
- Posts: 63
- Joined: Fri Jul 17, 2009 5:00 am
- Location: St. Gallen, Switzerland
Hidden PageFooters and PrintAtBottom ReportFooters
Hello,
Please send us your report with sample data for analisys on support@stimulsoft.com.
Thank you.
Please send us your report with sample data for analisys on support@stimulsoft.com.
Thank you.
Hidden PageFooters and PrintAtBottom ReportFooters
I am having a similar issue with PageFooterBand and PrintOn = Only Last Page. The PageFooterBand is hidden but the space is reserved so pages have a white band at the bottom.
I read in other threads that the following code causes the V2 engine to use advanced logic which is supposed to fix this issue but it does not seem to work:
StiOptions.Engine.UseAdvancedPrintOn = false; // for EngineV1
StiOptions.Engine.UseAdvancedPrintOnEngineV2 = false // for EngineV2
Is there any solution for this issue?
Thanks,
I read in other threads that the following code causes the V2 engine to use advanced logic which is supposed to fix this issue but it does not seem to work:
StiOptions.Engine.UseAdvancedPrintOn = false; // for EngineV1
StiOptions.Engine.UseAdvancedPrintOnEngineV2 = false // for EngineV2
Is there any solution for this issue?
Thanks,
Hidden PageFooters and PrintAtBottom ReportFooters
Hello,
Please send us a sample report with data which reproduses issue for analysis.
Thank you.
Please send us a sample report with data which reproduses issue for analysis.
Thank you.