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

SqlWizardSettings Class

Contains settings used to customize the Data Source wizard and Query Builder.

Namespace: DevExpress.DataAccess.UI.Wizard

Assembly: DevExpress.DataAccess.v18.1.dll

Declaration

[TypeConverter("DevExpress.DataAccess.Design.SqlWizardSettingsTypeConverter, DevExpress.DataAccess.v18.1.Design")]
public class SqlWizardSettings

The following members accept/return SqlWizardSettings objects:

Library Related API Members
Cross-Platform Class Library DataSourceWizardSettings.SqlWizardSettings
Reporting XRDesignMdiController.SqlWizardSettings

Remarks

When creating an End-User Reporting application, the settings provided by the SqlWizardSettings class can be customized using the Property Grid.

sql-wizard-settings-property-grid-visual-studio-report-designer

To assign these settings to the corresponding SqlWizardOptions enumeration values (e.g., to pass them as parameters to page presenters of the Data Source Wizard), use the SqlWizardSettings.ToSqlWizardOptions method. For a code sample, see the following example online: How to switch the Report Wizard back to a single-query version.

Inheritance

See Also