ActiveReports 12
MapBindingFieldPairs Property (MapVectorLayer)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > MapVectorLayer Class : MapBindingFieldPairs Property
Gets the set of field/expression pairs for binding the map elements within a layer to the data region. Mandatory if MapDataRegionName is defined and MapSpatialData is not MapSpatialDataRegion; ignored otherwise.
Syntax
'Declaration
 
Public ReadOnly Property MapBindingFieldPairs As IList(Of MapBindingFieldPair)
public IList<MapBindingFieldPair> MapBindingFieldPairs {get;}
See Also

Reference

MapVectorLayer Class
MapVectorLayer Members