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

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

    Property Value

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