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
Footer produces incorrect gap
Footer produces incorrect gap
- Attachments
-
- Rendering Problem.mrt
- (9.69 KiB) Downloaded 173 times
Re: Footer produces incorrect gap
Hello.
Please, set next option: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.
Please, set next option:
Code: Select all
StiOptions.Engine.UseAdvancedPrintOnEngineV2 = true
But using this mode is not recommended because of problems with page numbers.
Thank you.
Re: Footer produces incorrect gap
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
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
Hello,
On current moment, it is a single solution for this problem.
Thank you.
On current moment, it is a single solution for this problem.
Thank you.