ChooseReportTypePage(IChooseReportTypePageView, IConnectionStorageService, DataSourceTypes, IWizardRunnerContext, ISolutionTypesProvider) Constructor
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public ChooseReportTypePage(
IChooseReportTypePageView view,
IConnectionStorageService connectionStorageService,
DataSourceTypes dataSourceTypes,
IWizardRunnerContext context,
ISolutionTypesProvider solutionTypesProvider
)
Parameters
| Name | Type |
|---|---|
| view | IChooseReportTypePageView |
| connectionStorageService | IConnectionStorageService |
| dataSourceTypes | DataSourceTypes |
| context | IWizardRunnerContext |
| solutionTypesProvider | ISolutionTypesProvider |
See Also