Skip to main content
A newer version of this page is available.
All docs
V19.1

IChooseReportLayoutPageView.IsGroupedReport Property

If implemented, specifies whether or not the report contains groups.

Namespace: DevExpress.Data.XtraReports.Wizard.Views

Assembly: DevExpress.Data.v19.1.dll

Declaration

bool IsGroupedReport { get; set; }

Property Value

Type Description
Boolean

true, if the report is grouped; otherwise, false.

Remarks

The value of this property affects the set of layouts available for the report.

See Also