ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / NewPage Enumeration

In This Topic
    NewPage Enumeration
    In This Topic

    Specifies whether a new page will be started before or after a section.

    Syntax
    'Declaration
     
    Public Enum NewPage 
       Inherits System.Enum
    public enum NewPage : System.Enum 
    Members
    MemberDescription
    AfterThe report will break to a new page after each instance of the section.
    Before

    The report will break to a new page before each instance of the section.

    BeforeAfterThe report will break to a new page before and after each instance of the section.
    None

    Sections will continue printing on the same page until they've run out of space.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.SectionReportModel.NewPage

    See Also