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.ReportingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
| C# |
|---|
public enum GroupKeepTogether |
| Visual Basic |
|---|
Public Enumeration GroupKeepTogether |
Members
Version Information
Supported in: 1.0.1
See Also