ActiveReports Developer 7
GroupKeepTogether Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList Namespace : GroupKeepTogether Enumeration

Glossary Item Box

Specifies how BandedListGroup content should be kept together

Syntax

Visual Basic (Declaration) 
Public Enum GroupKeepTogether 
   Inherits System.Enum
C# 
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