AIChooseReportTypePage(IAIChooseReportTypePageView, IConnectionStorageService, DataSourceTypes, IWizardRunnerContext, ISolutionTypesProvider, IDataSourceFactory) Constructor
Initializes a new instance of the AIChooseReportTypePage<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 AIChooseReportTypePage(
IAIChooseReportTypePageView view,
IConnectionStorageService connectionStorageService,
DataSourceTypes dataSourceTypes,
IWizardRunnerContext context,
ISolutionTypesProvider solutionTypesProvider,
IDataSourceFactory dataSourceFactory
)
Parameters
Name | Type | Description |
---|---|---|
view | IAIChooseReportTypePageView | The view for the |
connectionStorageService | IConnectionStorageService | An object that stores 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 data types in the current solution. |
dataSourceFactory | IDataSourceFactory | A factory that creates and configures data sources available in the Report Wizard. |
See Also