Compartir a través de


MapElementView.MapBindingFieldPairs Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapBindingFieldPairs As MapBindingFieldPairCollection 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MapElementView Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering