ComponentOne FlexReport for WinForms
KeepTogetherEnum Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace : KeepTogetherEnum Enumeration
Specifies whether the group should be kept together on a page.
Syntax
'Declaration
 
Public Enum KeepTogetherEnum 
   Inherits System.Enum
public enum KeepTogetherEnum : System.Enum 
Members
MemberDescription
KeepFirstDetailKeep the group header and first detail section together on a page.
KeepNothingDo not try to keep the group together.
KeepWholeGroupKeep the group header, detail, and footer together on a page.
Remarks
Use the members of this enumeration to set the value of the Group.KeepTogether and Section.KeepTogether property in the Group and Section classes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.KeepTogetherEnum

See Also

Reference

C1.Win.FlexReport Namespace