Skip to main content
A newer version of this page is available. .

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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