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

ReportDesignerModel.WizardSettings Property

Provides access to the Report Wizard settings.

Namespace: DevExpress.XtraReports.Web.ReportDesigner

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

Declaration

public WizardSettings WizardSettings { get; set; }

Property Value

Type Description
WizardSettings

A WizardSettings object containing Report Wizard settings.

See Also