Footer produces incorrect gap

Stimulsoft Reports.NET discussion
Post Reply
casic
Posts: 68
Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany

Footer produces incorrect gap

Post by casic »

Hi there,

I have a rending problem when using two footers: one footer should be displayed every page except the last page and the second footer should be display at the end of data. The footers are displayed correctly but on the last page there is a gap of the height of the first footer (which is correctly not rendered). Please see the attached report to reproduce this issue.

Hope, you can fix it soon,

Thank you very much in advance,

Markus
Attachments
Rendering Problem.mrt
(9.69 KiB) Downloaded 173 times
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Footer produces incorrect gap

Post by HighAley »

Hello.

Please, set next option:

Code: Select all

StiOptions.Engine.UseAdvancedPrintOnEngineV2 = true
You can set it in the Begin render event of the report.
But using this mode is not recommended because of problems with page numbers.

Thank you.
casic
Posts: 68
Joined: Thu Jan 18, 2007 4:25 pm
Location: Germany

Re: Footer produces incorrect gap

Post by casic »

Hi,

thank you very much for your quick reply. I need many report features (I only made this small sample to illustrate the problem), so your solution to use the AdvancedPrint-Mode with page number problems seems not be usefull for us. Will the footer problem be fixed in the near future?

Thank you,

Markus
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Footer produces incorrect gap

Post by Alex K. »

Hello,

On current moment, it is a single solution for this problem.

Thank you.
Post Reply