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

Pagination Enumeration
Specifies the pagination options for report rendering.
Syntax
'Declaration
 
Public Enum Pagination 
   Inherits 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