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

In This Topic
    Height Property (HeaderFooterOption)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Height As Nullable(Of Double)
    public Nullable<double> Height {get; set;}
    See Also