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 | IChoose |
The view for the Select the Data Source Type wizard page. |
context | IWizard |
An object that contains the functionality to run the wizard. |
connection |
IConnection |
An object that contains a service functionality to store the data connection settings. |
solution |
ISolution |
An object that contains the known types in the current solution. |
options | Sql |
The wizard options. |
data |
Data |
An object that contains available data source types. |
See Also