Skip to main content
All docs
V25.1
  • ReportDesignerSettingsBase.WizardSettings Property

    Provides access to the Report Wizard settings.

    Namespace: DevExpress.XtraReports.Web.ReportDesigner

    Assembly: DevExpress.Data.v25.1.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