ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components 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 IReport.PageHeight property and automatically increase the height of the report.
    StandardSimple pagination based on IReport.PageHeight property
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Pagination

    See Also