ReportWizardSettings.UseMasterDetailReportWizard Property
Specifies whether or not to use a newer Report Wizard version that enables creating master-detail reports and specify its grouping and summary options.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean | true, to use the master-detail Report Wizard version; false, to use the standard Report Wizard version. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to UseMasterDetailReportWizard |
|---|---|
| XtraReportWizardClient<TModel> |
|
See Also