Udostępnij przez


Właściwość MapVectorLayer.MapBindingFieldPairs

Pobiera lub ustawia Kolekcja MapBindingFieldPair elementów do powiązania danych elementów mapy w warstwie wektorowej region , skojarzony z warstwy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property MapBindingFieldPairs As MapBindingFieldPairCollection
    Get
'Użycie
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