Udostępnij za pośrednictwem


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.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property MapBindingFieldPairs As IList(Of MapBindingFieldPair)
    Get
    Set
'Użycie
Dim instance As MapVectorLayer
Dim value As IList(Of MapBindingFieldPair)

value = instance.MapBindingFieldPairs

instance.MapBindingFieldPairs = value
public IList<MapBindingFieldPair> MapBindingFieldPairs { get; set; }
public:
property IList<MapBindingFieldPair^>^ MapBindingFieldPairs {
    IList<MapBindingFieldPair^>^ get ();
    void set (IList<MapBindingFieldPair^>^ value);
}
member MapBindingFieldPairs : IList<MapBindingFieldPair> with get, set
function get MapBindingFieldPairs () : IList<MapBindingFieldPair>
function set MapBindingFieldPairs (value : IList<MapBindingFieldPair>)

Wartość właściwości

Typ: System.Collections.Generic.IList<MapBindingFieldPair>
A IList<T> obiektu.