ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Body Class / Height Property
Example

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

    Property Value

    A Length value indicating the height of the report body.
    Example
    Body body = new Body();
    body.Height = "11in";
    See Also