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

In This Topic
    RowGroupings Property
    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