Condividi tramite


Proprietà MapElementView.MapBindingFieldPairs

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MapBindingFieldPairs As MapBindingFieldPairCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapElementView Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering