[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList.GroupKeepTogether

GroupKeepTogether Enum

Specifies how BandedListGroup content should be kept together

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.BandedList
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
[Obsolete("This is not used anywhere, and should be removed")]
public enum GroupKeepTogether

Fields

Name Description
All

Specifies that BandedListGroup content should be kept together when possible

FirstDetail

Specifies that BandedListGroup header band should be kept together with first details band when possible

LastDetail

Specifies that BandedListGroup footer band should be kept together with last details band when possible

None

Specifies that BandedListGroup content could be broken across pages

Extension Methods