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

WizardSettings.UseMasterDetailWizard Property

Specifies whether to use a Report Wizard version that enables creating master-detail reports and specify its grouping and summary options.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.XtraReports.v18.2.Web.dll

Declaration

[DataMember(Name = "useMasterDetailWizard")]
public bool UseMasterDetailWizard { 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 UseMasterDetailWizard
ReportDesignerModel
.WizardSettings.UseMasterDetailWizard
See Also