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

In This Topic
    Grouping Property (Details)
    In This Topic

    Gets or sets the expressions by which to group the detail 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 detail data.

    See Also