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

In This Topic
    PageHeight Property (Report)
    In This Topic
    Gets or sets the height of the pages in the report.
    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