Freigeben über


MapVectorLayer.MapBindingFieldPairs-Eigenschaft

Gets or sets a collection of MapBindingFieldPair elements to be used to bind the map items in the vector layer to the data region that is associated with the layer.

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 MapVectorLayer 
Dim value As MapBindingFieldPairCollection 

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

Eigenschaftswert

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

Siehe auch

Verweis

MapVectorLayer Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace