Page 2 of 2

Re: Prevent table rows from splitting across pages in PDF report

Posted: Thu Apr 23, 2026 7:35 am
by sourav.kumar
Hi,
I have made some changes to the data to generate this sample. As you can see in the image, I do not want the table row to break across two pages. Instead, if the last row on the previous page does not have enough space, the entire row should start on the next page. The data should not be split into two parts across pages.

Re: Prevent table rows from splitting across pages in PDF report

Posted: Fri Apr 24, 2026 2:34 pm
by Lech Kulikowski
Hello,

We need some time to investigate the issue.

Thank you.
#20094

Re: Prevent table rows from splitting across pages in PDF report

Posted: Mon Apr 27, 2026 6:44 am
by Lech Kulikowski
Hello,

Please check the modified report.

Thank you.

Re: Prevent table rows from splitting across pages in PDF report

Posted: Tue Apr 28, 2026 4:47 am
by sourav.kumar
Hi,
Could you please explain the steps you followed on the sample MRT? which properties have you adjusted or condition added.

Thanks, you

Re: Prevent table rows from splitting across pages in PDF report

Posted: Wed Apr 29, 2026 7:25 am
by Lech Kulikowski
Hello,

Was changed the CanBreak properties for bands and the "duplicatecontentonbreak" tag has been added so that after splitting, the content is duplicated on the second page.

Thank you.

Re: Prevent table rows from splitting across pages in PDF report

Posted: Mon May 04, 2026 4:50 am
by sourav.kumar
Hi,
Is there anything we can do about the raggedness at the bottom of the page? It feels a bit uneven where the content breaks across pages.
Screenshot 2026-05-04 101949.png
Screenshot 2026-05-04 101949.png (21.26 KiB) Viewed 3977 times

Re: Prevent table rows from splitting across pages in PDF report

Posted: Mon May 04, 2026 9:58 pm
by Lech Kulikowski
Hello,

Please send your report for analysis.

Also, please try to set the CanGrow and GrowToHeight properties.

Thank you.

Re: Prevent table rows from splitting across pages in PDF report

Posted: Tue May 05, 2026 4:17 am
by sourav.kumar
Hi,
Attached below are the report and the sample data required to replicate the issue. Thanks in advance for your help.
sample.xml
(14.7 KiB) Downloaded 96 times
Test22.mrt
(46.46 KiB) Downloaded 94 times

Re: Prevent table rows from splitting across pages in PDF report

Posted: Tue May 05, 2026 8:27 pm
by Lech Kulikowski
Hello,

Unfortunately, there is no simple solution. In your report, with that structure, the two bands are rendered separately.
You would need either to redesign the report structure to align the rows somehow, or use double-pass rendering with scripts: in the first pass, collect the heights, and then assign the aligned heights to the components.

Thank you.