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

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