ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrixMember Interface / Height Property

In This Topic
    Height Property (IMatrixMember)
    In This Topic
    Gets the height of this member from the report definition.
    Syntax
    'Declaration
     
    ReadOnly Property Height As Length
    Length Height {get;}

    Property Value

    A GrapeCity.ActiveReports.PageReportModel.Length value specifying the height of this member.
    Remarks
    Only valid for members of a grouping on the column axis.
    See Also