ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Body Class / Height Property

In This Topic
    Height Property (Body)
    In This Topic
    Gets or sets the height of the report's.
    Syntax
    'Declaration
     
    Public Property Height As Length
    public Length Height {get; set;}

    Property Value

    A Length structure indicating the value of the body's height.
    See Also