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.v18.2.dll

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