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

ReportModel.IsGrouped() Method

Specifies whether or not there are groups in the report.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public bool IsGrouped()

Returns

Type Description
Boolean

true if the report contains groups; otherwise false.

See Also