Page 1 of 1

Hidden PageFooters and PrintAtBottom ReportFooters

Posted: Wed Jan 26, 2011 10:15 am
by Andreas Tastler
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

Posted: Wed Jan 26, 2011 3:19 pm
by Alex K.
Hello,

Please send us your report with sample data for analisys on support@stimulsoft.com.

Thank you.

Hidden PageFooters and PrintAtBottom ReportFooters

Posted: Fri Feb 18, 2011 9:20 pm
by tmoaikel
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,

Hidden PageFooters and PrintAtBottom ReportFooters

Posted: Mon Feb 21, 2011 1:21 am
by Alex K.
Hello,

Please send us a sample report with data which reproduses issue for analysis.

Thank you.