ChooseReportTemplatePage(IChooseReportTemplatePageView, ITemplateStorage, IConnectionStorageService, DataSourceTypes, IWizardRunnerContext, ISolutionTypesProvider) Constructor
In This Article
Namespace: DevExpress.XtraReports.Wizards.Presenters
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public ChooseReportTemplatePage(
IChooseReportTemplatePageView view,
ITemplateStorage templateStorage,
IConnectionStorageService connectionStorageService,
DataSourceTypes dataSourceTypes,
IWizardRunnerContext context,
ISolutionTypesProvider solutionTypesProvider
)
#Parameters
Name | Type |
---|---|
view | IChoose |
template |
ITemplate |
connection |
IConnection |
data |
Data |
context | IWizard |
solution |
ISolution |
See Also