ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Matrix Class / ColumnGroupings Property

In This Topic
    ColumnGroupings Property (Matrix)
    In This Topic

    Gets a set of column groupings for the matrix.

    Syntax
    'Declaration
     
    Public ReadOnly Property ColumnGroupings As ColumnGroupingCollection
    public ColumnGroupingCollection ColumnGroupings {get;}

    Property Value

    A ColumnGroupingCollection object containing the set of column groupings for the matrix.

    See Also