Skip to main content
A newer version of this page is available. .

ReportModel.GroupingLevels Property

Specifies the grouping levels available in a report.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public HashSet<string>[] GroupingLevels { get; set; }

Property Value

Type Description
HashSet<String>[]

An array of HashSet<T> values.

See Also