ActiveReports 14 .NET Edition
GrapeCity.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 expression by which to group the data.

    Remarks

    A Grouping is required if there are any DataRegions contained within the List.

    See Also