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

In This Topic
    Height Property (HeaderFooterOption)
    In This Topic
    Gets or sets title height.
    Syntax
    'Declaration
     
    Public ReadOnly Property Height As Nullable(Of Double)
    public Nullable<double> Height {get;}
    See Also