Skip to main content
All docs
V23.2

ReportDesignerSettingsBase.WizardSettings Property

Provides access to the Report Wizard settings.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public WizardSettings WizardSettings { get; set; }

Property Value

Type Description
WizardSettings

A WizardSettings object that contains the Report Wizard settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to WizardSettings
ReportDesignerModelSettings
.DesignerModelSettings .WizardSettings
See Also