Table height problem when exporting to pdf

1 Answer 246 Views
Report Designer (standalone) Report Parameters
Aleksey Ivanov
Top achievements
Rank 1
Aleksey Ivanov asked on 08 May 2021, 12:05 PM

Hello!

My report has a simple table. A text field is placed under the table. The table and text field have the Docking property set to Top. 
If the table fits on one page, then exporting to pdf is fine. But if the table is divided into several pages, then the text field has the wrong position.

My Telerik.Reporting version is 15.0.21.326.

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 12 May 2021, 03:34 PM

Hi Aleksey,

Thank you for the provided screenshots.

I tried to reproduce the issue by creating a similar report. The issue was reproduced when the table's Table.ColumnHeadersPrintOnEveryPage Property was set to True. It seems that it causes the issue with the textBox location being messed up.

I have created a bug report on your behalf and have also cast your vote for it,  as votes increase a bug's priority for a fix to be implemented - Table's ColumnHeadersPrintOnEveryPage set to true causes items below the table with docking set to Top to be displayed inside the table(overlap).

As a workaround for this issue, you may try adding a new row at the end of the table, outside the group. That row should be getting rendered at the end of the table and you can, hopefully, achieve the desired result event when the table is multiple pages long.

I have attached a sample report to demonstrate this approach.

Please let me know if you have any other questions or need further help.

Regards,
Dimitar
Progress Telerik

Тhe web is about to get a bit better! 

The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.

Aleksey Ivanov
Top achievements
Rank 1
commented on 13 May 2021, 08:57 AM

Thank you, Dimitar! It works well.
Tags
Report Designer (standalone) Report Parameters
Asked by
Aleksey Ivanov
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or