Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ChooseDataSourceTypePageEx(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, DataSourceTypes) Constructor

In This Article

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public ChooseDataSourceTypePageEx(
    IChooseDataSourceTypePageView view,
    IWizardRunnerContext context,
    IConnectionStorageService connectionStorageService,
    ISolutionTypesProvider solutionTypesProvider,
    SqlWizardOptions options,
    DataSourceTypes dataSourceTypes
)

#Parameters

Name Type Description
view IChooseDataSourceTypePageView

The view for the Select the Data Source 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.

solutionTypesProvider ISolutionTypesProvider

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

options SqlWizardOptions

The wizard options.

dataSourceTypes DataSourceTypes

An object that contains available data source types.

See Also