Share via


MapElementView.MapBindingFieldPairs Property

Gets a collection of MapBindingFieldPair that is used to identify the spatial element that is to be centered in a map viewport.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MapBindingFieldPairs As MapBindingFieldPairCollection 
    Get
'Usage
Dim instance As MapElementView 
Dim value As MapBindingFieldPairCollection 

value = instance.MapBindingFieldPairs
public MapBindingFieldPairCollection MapBindingFieldPairs { get; }
public:
property MapBindingFieldPairCollection^ MapBindingFieldPairs {
    MapBindingFieldPairCollection^ get ();
}
member MapBindingFieldPairs : MapBindingFieldPairCollection
function get MapBindingFieldPairs () : MapBindingFieldPairCollection

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.MapBindingFieldPairCollection
A MapBindingFieldPairCollection object.

See Also

Reference

MapElementView Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace