Page 1 of 1

Footer produces incorrect gap

Posted: Wed Mar 20, 2013 8:50 am
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

Re: Footer produces incorrect gap

Posted: Thu Mar 21, 2013 6:48 am
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.

Re: Footer produces incorrect gap

Posted: Thu Mar 21, 2013 10:52 am
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

Re: Footer produces incorrect gap

Posted: Fri Mar 22, 2013 7:31 am
by Alex K.
Hello,

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

Thank you.