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

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

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