[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Layout.EndSection

EndSection Enum

Specifies where the layout should continue.

Namespace: GrapeCity.ActiveReports.Layout
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public enum EndSection

Fields

Name Description
None

Continue layout on the current page.

PageBreak

Continue layout on the next page.

PageBreakEven

Continue layout on the next even page.

PageBreakOdd

Continue layout on the next odd page.

Extension Methods