Enum
GroupKeepTogether

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.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum GroupKeepTogether

Fields

All

The rendering engine should try to keep the whole group on the same page. This value has higher priority compared with the PageBreak property of the contained report sections.

Declaration

cs-api-definition
All = 2

Field Value

GroupKeepTogether

FirstDetail

The rendering engine should try to keep the group header and at least 1 detail on the same page.

Declaration

cs-api-definition
FirstDetail = 1

Field Value

GroupKeepTogether

None

The rendering engine will leave the group flow as it is.

Declaration

cs-api-definition
None = 0

Field Value

GroupKeepTogether

In this article
DefinitionFieldsAllFirstDetailNone
Not finding the help you need?
Contact Support