ActiveReports 12
GroupKeepTogether Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList Namespace : GroupKeepTogether Enumeration
Specifies how BandedListGroup content should be kept together
Syntax
'Declaration
 
Public Enum GroupKeepTogether 
   Inherits System.Enum
public enum GroupKeepTogether : System.Enum 
Members
MemberDescription
AllSpecifies that BandedListGroup content should be kept together when possible
FirstDetailSpecifies that BandedListGroup header band should be kept together with first details band when possible
LastDetailSpecifies that BandedListGroup footer band should be kept together with last details band when possible
NoneSpecifies that BandedListGroup content could be broken across pages
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.GroupKeepTogether

See Also

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList Namespace