MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Layout Namespace / EndSection Enumeration

EndSection Enumeration
Specifies where the layout should continue.
Syntax
'Declaration
 
Public Enum EndSection 
   Inherits System.Enum
 
Members
MemberDescription
NoneContinue layout on the current page.
PageBreakContinue layout on the next page.
PageBreakEvenContinue layout on the next even page.
PageBreakOddContinue layout on the next odd page.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Layout.EndSection

See Also