ChooseDataSourceTypePageEx(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, DataSourceTypes) Constructor
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