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

In This Topic
    Pagination Enumeration
    In This Topic
    Represents the report pagination options.
    Syntax
    'Declaration
     
    Public Enum Pagination 
       Inherits System.Enum
    public enum Pagination : System.Enum 
    Members
    MemberDescription
    AutoHeightIgnore the Report.PageHeight property and automatically increase the height of the report.
    StandardSimple pagination based on Report.PageHeight property
    Inheritance Hierarchy

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

    See Also