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

XRDesignMdiController.SqlWizardSettings Property

Provides access to settings of the Data Source Wizard associated with the current XRDesignMdiController.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

[Browsable(false)]
public SqlWizardSettings SqlWizardSettings { get; }

Property Value

Type Description
SqlWizardSettings

An SqlWizardSettings object containing Data Source Wizard settings.

See Also