Skip to main content

ChooseConnectionPage(SqlWizardOptions) Constructor

Initializes a new instance of the ChooseConnectionPage class with the specified settings.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public ChooseConnectionPage(
    SqlWizardOptions options
)

Parameters

Name Type Description
options SqlWizardOptions

One or more SqlWizardOptions enumeration values.

See Also