ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / RowGroupings Property

In This Topic
    RowGroupings Property (Matrix)
    In This Topic

    Gets the set of row groupings for the matrix.

    Syntax
    'Declaration
     
    Public ReadOnly Property RowGroupings As RowGroupingCollection
    public RowGroupingCollection RowGroupings {get;}

    Property Value

    A SeriesGroupingCollection indicating the set of row groupings for the matrix.

    See Also