ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapElementView Class / MapBindingFieldPairs Property

In This Topic
    MapBindingFieldPairs Property (MapElementView)
    In This Topic
    Gets the set of fields used to identify the element to be centered. If omitted, the view center will be the center of the bounding rectangle of all the map elements of the specified layer.
    Syntax
    'Declaration
     
    Public ReadOnly Property MapBindingFieldPairs As IList(Of MapBindingFieldPair)
    public IList<MapBindingFieldPair> MapBindingFieldPairs {get;}
    See Also