ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / StartNewPage Enumeration

In This Topic
    StartNewPage Enumeration
    In This Topic
    Specifies where the content should continue after page break.
    Syntax
    'Declaration
     
    Public Enum StartNewPage 
       Inherits System.Enum
    public enum StartNewPage : System.Enum 
    Members
    MemberDescription
    EvenPlace content to even page.
    NextPlace content to next page.
    OddPlace content to odd page.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.StartNewPage

    See Also