Skip to main content

XtraReportWizardClient<TModel>.ReportWizardSettings Property

Provides access to the Report Wizard settings.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public ReportWizardSettings ReportWizardSettings { get; set; }

Property Value

Type Description
ReportWizardSettings

A ReportWizardSettings object.

See Also