ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSectionPage Class / PageHeight Property

In This Topic
    PageHeight Property (ReportSectionPage)
    In This Topic
    Gets or sets the height of the pages in the report section.
    Syntax
    'Declaration
     
    Public Property PageHeight As Length
    public Length PageHeight {get; set;}

    Property Value

    A Length structure indicating the height of the pages in the report.
    Remarks
    The default value is 11in.
    See Also