ActiveReports 18 .NET Edition
Report Authors: Designer Components / Design Reports / Design Page/RDLX Reports / Layout / Keep Groups Together in Data Regions
In This Topic
    Keep Groups Together in Data Regions
    In This Topic

    In Table and Tablix data regions of Page and RDLX reports, you can choose to keep the contents of a group together on a single page.

    With the option selected or the property set to true, you can keep the content of a group (details row along with the group header and the group footer) together on the same page. For example, you can choose to print the grouped data - all on one page instead of printing across multiple pages. The group is attempted to be printed on a single page with no page breaks if possible. In case the group is too large to fit on the current page or the next page, the feature is ignored and the groups split across the report pages.

    Table Data Region

    In the following image, Keep Together on one page if possible option is selected for a table group in Page report, hence the table groups appear together (if possible) across the pages.

    (For an enlarged image view, open the image in a separate tab.) 

    Table Group with Keep Group Together

    In the following image, Keep Together on one page if possible option is unselected for a table group in Page report, hence the table groups split across the pages.
    (For an enlarged image view, open the image in a separate tab.) 

    Table Group Not Set to Keep Group Together

    Tablix Data Region

    In the following image,  KeepTogether property for the parent row group of tablix in Page report is set to True, hence the tablix row group appear together (if possible) across the pages.

    Tablix Group with Keep Group Together

    In the following image, KeepTogether property for the parent row group of tablix in Page report is set to False, hence the tablix group splits across the pages.

    Tablix Group Not Set to Keep Group Together