Skip to main content
A newer version of this page is available. .
All docs
V23.1

ChooseDataProviderPageView Class

Supplies a view for the Select a Data Connection Type page of the Data Source Wizard in WinForms applications.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.1.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public class ChooseDataProviderPageView :
    WizardViewBase,
    IChooseDataProviderPageView

Remarks

The following image illustrates the Select a Data Connection Type page:

Howto-Bind-Snap-Report-to-Data01a

Set the DataSourceWizardSettings.UseMergedConnectionTypePage property to true to use the wizard design illustrated above.

The XPO Data Source is hidden from the list of data sources available in the Data Source Wizard. To customize the list of displayed data connection types, use the DataSourceWizardSettings.AvailableDataSourceTypes property. Also, you can limit the SQL data providers displayed on the Select a Data Connection Type page with the SqlWizardSettings.AvailableDataProviders property.

See Also