ActiveReports 18 .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
    The set of groupings on the row axis for the matrix.
    Syntax
    'Declaration
     
    ReadOnly Property RowGroupings As IList(Of MatrixGroupingDefinition)
    IList<MatrixGroupingDefinition> RowGroupings {get;}
    See Also