New to Telerik Reporting? Download free 30-day trial

How to split a nested table on two pages

Environment

Product Version All
Product Progress® Telerik® Reporting
Report Item Table Report Item

Description

By default, Table/CrossTab/List item is kept together when the report is paged. However, a common requirement when using nested tables in the report is to force them to break between pages. In this article, we will explain how to achieve that behavior.

Solution

To force a nested table to break between pages, set KeepTogether property to false for the parent table and the parent table's row that is containing the nested table.

Notes

If the nested table contains report items that do not have KeepTogether properties (Graph, Map, PictureBox, Barcode, Shape), they will not be split between the pages.

See Also

Understanding Pagination.

In this article