ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Matrix Namespace / IMatrix Interface / ColumnGroupings Property

In This Topic
    ColumnGroupings Property (IMatrix)
    In This Topic
    Gets the set of groupings on the column axis for the matrix.
    Syntax
    'Declaration
     
    ReadOnly Property ColumnGroupings As IList(Of MatrixGroupingDefinition)
    IList<MatrixGroupingDefinition> ColumnGroupings {get;}

    Property Value

    A list of MatrixGroupingDefinition objects representing the groupings on the column axis.
    See Also