Skip to main content

ChooseReportLayoutPageView.IsGroupedReport Property

Specifies whether or not the report contains groups.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public 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 on the Choose a Report Layout wizard page.

Implements

See Also