ActiveReports 8
GroupKeepTogether Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also