[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.PageBreakLocation

PageBreakLocation Enum

Specifies where a page break should occur for a Group, DataRegion or Rectangle.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum PageBreakLocation

Fields

Name Description
Between

Specifies that there must be a page break in between each Group.

End

Specifies that there must be a page break after a ReportItem or each Group.

None

Specifies that there is no page break.

Start

Specifies that there must be a page break before a ReportItem or each Group.

StartAndEnd

Specifies that there must be a page break both before and after a ReportItem or each Group.

Extension Methods