Skip to main content
A newer version of this page is available.
All docs
V18.2

DashboardChooseDataSourceTypePage(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions) Constructor

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

Namespace: DevExpress.DashboardCommon.DataSourceWizard

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

Declaration

public DashboardChooseDataSourceTypePage(
    IChooseDataSourceTypePageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    ISolutionTypesProvider solutionTypesProvider,
    SqlWizardOptions options
)

Parameters

Name Type Description
view IChooseDataSourceTypePageView

An object implementing the IChooseDataSourceTypePageView interface that provides a view for a wizard page.

context IWizardRunnerContext

An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard.

connectionStorageService IConnectionStorageService

An object implementing the IConnectionStorageService interface used to get information about data connections.

solutionTypesProvider ISolutionTypesProvider

An object that implements the ISolutionTypesProvider interface to get information on projects and assemblies.

options SqlWizardOptions

A SqlWizardOptions bitwise enumeration that specifies the options available to customize the SQL pages of the Data Source Wizard.

See Also