Specifies whether the group should be kept together on a page.
Namespace:
C1.C1ReportAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public enum KeepTogetherEnum |
Visual Basic |
---|
Public Enumeration KeepTogetherEnum |
Members
Member name | Description | |
---|---|---|
KeepNothing | Do not try to keep the group together. | |
KeepWholeGroup | Keep the group header, detail, and footer together on a page. | |
KeepFirstDetail | Keep the group header and first detail section together on a page. |
Remarks
Use the members of this enumeration to set the value of the KeepTogether and
KeepTogether property in the Group and Section classes.