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

In This Topic
    EndSection Enumeration
    In This Topic
    Specifies where the layout should continue.
    Syntax
    'Declaration
     
    Public Enum EndSection 
       Inherits System.Enum
    public enum EndSection : 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