Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public bool UseMasterDetailReportWizard { get; set; }

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>
.ReportWizardSettings .UseMasterDetailReportWizard
See Also