ChooseDataSourceTypePageEx<TModel> Constructors
Supplies a presenter for the Select the Data Source Type page of the Report Wizard.Name | Parameters | Description |
---|---|---|
ChooseDataSourceTypePageEx(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, DataSourceTypes, IJsonConnectionStorageService) | view, context, connectionStorageService, solutionTypesProvider, options, dataSourceTypes, jsonConnectionStorageService | Initializes a new instance of the ChooseDataSourceTypePageEx<TModel> class with specified settings. |
ChooseDataSourceTypePageEx(IChooseDataSourceTypePageView, IWizardRunnerContext, IConnectionStorageService, ISolutionTypesProvider, SqlWizardOptions, DataSourceTypes) | view, context, connectionStorageService, solutionTypesProvider, options, dataSourceTypes | Initializes a new instance of the ChooseDataSourceTypePageEx<TModel> class with specified settings. |
See Also