Skip to main content

ChooseReportTemplatePage(IChooseReportTemplatePageView, ITemplateStorage, IConnectionStorageService, DataSourceTypes, IWizardRunnerContext, ISolutionTypesProvider) Constructor

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.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 IChooseReportTemplatePageView
templateStorage ITemplateStorage
connectionStorageService IConnectionStorageService
dataSourceTypes DataSourceTypes
context IWizardRunnerContext
solutionTypesProvider ISolutionTypesProvider
See Also