Reporting

GroupKeepTogether applies to a group and has similar to the KeepTogether meaning, but for the whole group. It indicates whether the rendering engine should try to render the whole group on a single page, the group header plus the first detail on a single page, or leave the group flow as it is. If GroupKeepTogether is set to FirstDetail -- the group header and at least one detail in this group should be on the same page; if set to All -- the whole group should be on a single page. The following rule applies: the rendering engine will try to render the group as specified, but if there is not enough space on the current page, the group is moved to the next page and it continues as long as it needs.

Namespace: Telerik.Reporting
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

C#
public enum GroupKeepTogether
Visual Basic
Public Enumeration GroupKeepTogether

Members

Member nameValueDescription
None0 The rendering engine will leave the group flow as it is.
FirstDetail1 The rendering engine should try to keep the group header and at least 1 detail on the same page.
All2 The rendering engine should try to keep the whole group on the same page.

Version Information

Supported in: 1.0.1

See Also