AIChooseDataSourceOptionPage(IAIChooseDataSourceOptionPageView, IConnectionStorageService, DataSourceTypes, IWizardRunnerContext, ISolutionTypesProvider) Constructor
Initializes a new instance of the AIChooseDataSourceOptionPage<TModel> class with specified settings.
Namespace: DevExpress.AIIntegration.Reporting.Wizard.Presenters
Assembly: DevExpress.AIIntegration.Reporting.Common.v25.1.dll
NuGet Package: DevExpress.AIIntegration.Reporting.Common
Declaration
public AIChooseDataSourceOptionPage(
IAIChooseDataSourceOptionPageView view,
IConnectionStorageService connectionStorageService,
DataSourceTypes dataSourceTypes,
IWizardRunnerContext context,
ISolutionTypesProvider solutionTypesProvider
)
Parameters
Name | Type | Description |
---|---|---|
view | IAIChooseDataSourceOptionPageView | The view for the |
connectionStorageService | IConnectionStorageService | An object that stores the data connection settings. |
dataSourceTypes | DataSourceTypes | An object that contains available data source types. |
context | IWizardRunnerContext | An object that is used to run the Report Wizard. |
solutionTypesProvider | ISolutionTypesProvider | An object that contains the known types in the current solution. |
See Also