ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList Namespace / GroupKeepTogether Enumeration

In This Topic
    GroupKeepTogether Enumeration
    In This Topic
    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