Skip to main content
All docs
V23.2

DashboardChooseDataProviderPage(IChooseDataProviderPageView, IWizardRunnerContext, IConnectionStorageService, IJsonConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) Constructor

Initializes a new instance of the DashboardChooseDataProviderPage<TModel> class with specified settings.

Namespace: DevExpress.DashboardCommon.DataSourceWizard

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public DashboardChooseDataProviderPage(
    IChooseDataProviderPageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    IJsonConnectionStorageService jsonConnectionStorageService,
    ISolutionTypesProvider solutionTypesProvider,
    SqlWizardOptions options
)

Parameters

Name Type Description
view IChooseDataProviderPageView

The view for the Select a Data Connection Type wizard page.

context IWizardRunnerContext

An object that contains the functionality to run the wizard.

connectionStorageService IConnectionStorageService

An object that contains a service functionality to store the data connection settings.

jsonConnectionStorageService IJsonConnectionStorageService

An object that contains a service functionality to store the JSON connection settings.

solutionTypesProvider ISolutionTypesProvider

An object that contains the known types in the current solution.

options SqlWizardOptions

The wizard options.

See Also