Skip to main content

ChooseReportTypePage(IChooseReportTypePageView, IConnectionStorageService, DataSourceTypes, IWizardRunnerContext, ISolutionTypesProvider) Constructor

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v23.2.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