Skip to main content
A newer version of this page is available.
All docs
V18.2

MapReportTemplateFieldsPage(IMapReportTemplateFieldsPageView) Constructor

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

Namespace: DevExpress.XtraReports.Wizards.Presenters

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public MapReportTemplateFieldsPage(
    IMapReportTemplateFieldsPageView view
)

Parameters

Name Type Description
view IMapReportTemplateFieldsPageView

An object implementing the IMapReportTemplateFieldsPageView interface.

See Also