ActiveReports 12
Grouping Property (List)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > List Class : Grouping Property

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

Grouping expression by which to group the data.
Remarks

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

See Also

Reference

List Class
List Members