ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapVectorLayer Class / MapBindingFieldPairs Property

In This Topic
    MapBindingFieldPairs Property (MapVectorLayer)
    In This Topic
    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