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

In This Topic
    Pagination Enumeration
    In This Topic
    Specifies the pagination options for report rendering.
    Syntax
    'Declaration
     
    Public Enum Pagination 
       Inherits System.Enum
    public enum Pagination : System.Enum 
    Members
    MemberDescription
    AutoHeightAutomatically adjusts the report height to fit content, ignoring the Report.PageHeight property.
    StandardStandard pagination based on the Report.PageHeight property.
    Inheritance Hierarchy

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

    See Also