ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageHeaderFooter Class / Height Property

In This Topic
    Height Property (PageHeaderFooter)
    In This Topic

    Gets or sets the height of the page header or footer.

    Syntax
    'Declaration
     
    Public Property Height As Length
    public Length Height {get; set;}

    Property Value

    A Length structure indicating the height of the page header or footer.

    See Also