ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components Namespace / PageBase Class / PageHeight Property

In This Topic
    PageHeight Property (PageBase)
    In This Topic
    Gets the report page height.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property PageHeight As Length
    public abstract Length PageHeight {get;}

    Property Value

    A GrapeCity.ActiveReports.PageReportModel.Length representing the height of the report page.
    See Also