ChooseDataSourceTypePageEx(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, DataSourceTypes, IJsonConnectionStorageService) Constructor
Initializes a new instance of the ChooseDataSourceTypePageEx<TModel> class with specified settings.
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public ChooseDataSourceTypePageEx(
IChooseDataSourceTypePageView view,
IWizardRunnerContext context,
IConnectionStorageService connectionStorageService,
ISolutionTypesProvider solutionTypesProvider,
SqlWizardOptions options,
DataSourceTypes dataSourceTypes,
IJsonConnectionStorageService jsonConnectionStorageService
)
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. |
| jsonConnectionStorageService | IJsonConnectionStorageService | An object that contains a service functionality to store the JSON connection settings. |
See Also