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

In This Topic
    RowGroupings Property (IMatrix)
    In This Topic
    Gets the set of groupings on the row axis for the matrix.
    Syntax
    'Declaration
     
    ReadOnly Property RowGroupings As IList(Of MatrixGroupingDefinition)
    IList<MatrixGroupingDefinition> RowGroupings {get;}

    Property Value

    A list of MatrixGroupingDefinition objects representing the groupings on the row axis.
    See Also