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

In This Topic
    Height Property (MatrixRow)
    In This Topic
    Gets or sets a height of each detail cell in the row.
    Syntax
    'Declaration
     
    Public Property Height As Length
    public Length Height {get; set;}

    Property Value

    A Length value indicating the height of each detail cell in the row.
    See Also