public enum EndSection : System.Enum
'Declaration Public Enum EndSection Inherits System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Layout.EndSection