Hidden PageFooters and PrintAtBottom ReportFooters

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

Hidden PageFooters and PrintAtBottom ReportFooters

Post 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
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Hidden PageFooters and PrintAtBottom ReportFooters

Post by Alex K. »

Hello,

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

Thank you.
tmoaikel
Posts: 10
Joined: Wed Mar 25, 2009 10:23 am
Location: USA

Hidden PageFooters and PrintAtBottom ReportFooters

Post 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,
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Hidden PageFooters and PrintAtBottom ReportFooters

Post by Alex K. »

Hello,

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

Thank you.
Post Reply