ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / List Class / Grouping Property

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

    Property Value

    A Grouping object representing the expression by which to group the data.
    Remarks

    This property is required if there are any DataRegion contained within the List.

    See Also