ActiveReports 18 .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 the set of column groupings for the matrix.

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

    Property Value

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

    See Also