Skip to main content
A newer version of this page is available.
All docs
V19.1

ChooseReportTypePage(IChooseReportTypePageView) Constructor

Initializes a new instance of the ChooseReportTypePage<TModel> class with the specified view.

Namespace: DevExpress.Data.XtraReports.Wizard.Presenters

Assembly: DevExpress.Data.v19.1.dll

Declaration

public ChooseReportTypePage(
    IChooseReportTypePageView view
)

Parameters

Name Type Description
view IChooseReportTypePageView

An object implementing the IChooseReportTypePageView interface.

See Also