ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DynamicCategoriesSeries Class / Grouping Property

In This Topic
    Grouping Property (DynamicCategoriesSeries)
    In This Topic
    Gets or sets the expressions by which to group the data.
    Syntax
    'Declaration
     
    Public Property Grouping As Grouping
    public Grouping Grouping {get; set;}

    Property Value

    A Grouping object containing the expressions by which to group the data.
    Remarks
    Page breaks in the grouping are not allowed.
    See Also