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

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

    Property Value

    A Length value indicating the height of the pages in the report. Default value is 11in.
    Example
    Report report = new Report();
    report.PageHeight = "11in";
    See Also