Prevent table rows from splitting across pages in PDF report
Posted: Thu Apr 16, 2026 5:36 am
I’m generating a PDF report that contains large tables. Currently, when a page break occurs, individual table rows are being split across two pages, which makes the second page very difficult to read.
What I’m trying to achieve is:
A single table row should never be split across pages
If there isn’t enough space for the full row, the entire row should move to the next page
The table itself can span multiple pages, but rows must remain intact
It should not be like where part of a row appears at the bottom of one page and the remaining columns appear at the top of the next page.
One more detail that this table is placed within a cross-band this can break property is not working correctly I using the 2025 version of the application
Has anyone handled this kind of pagination issue before?
What is the recommended way to prevent row‑level page breaks when generating PDFs?
Any guidance or best practices would be greatly appreciated.
What I’m trying to achieve is:
A single table row should never be split across pages
If there isn’t enough space for the full row, the entire row should move to the next page
The table itself can span multiple pages, but rows must remain intact
It should not be like where part of a row appears at the bottom of one page and the remaining columns appear at the top of the next page.
One more detail that this table is placed within a cross-band this can break property is not working correctly I using the 2025 version of the application
Has anyone handled this kind of pagination issue before?
What is the recommended way to prevent row‑level page breaks when generating PDFs?
Any guidance or best practices would be greatly appreciated.