Skip to main content

WizardSettings.UseMasterDetailWizard Property

Specifies whether the Report Wizard displays a full page with complex layout that enables you to create master-detail reports and specify grouping and summary options.

Namespace: DevExpress.XtraReports.Web.ReportDesigner.DataContracts

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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 legacy Report Wizard version.

Property Paths

You can access this nested property as listed below:

Object Type Path to UseMasterDetailWizard
ReportDesignerSettingsBase
.WizardSettings .UseMasterDetailWizard

Remarks

If you set the UseMasterDetailWizard to false, the legacy version of the Report Wizard is invoked. It displays pages with plain layout in a popup window:

UseMasterDetailWizard is False

When the the UseMasterDetailWizard is true (default value), the Report Wizard displays full-screen pages with complex layout. This version enables you to create master-detail reports.

UseMasterDetailWizard is True

See Also