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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
[DataMember(Name = "useMasterDetailWizard")]
public bool UseMasterDetailWizard { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to UseMasterDetailWizard |
---|---|
ReportDesignerSettingsBase |
|
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:
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.