Partager via


Propriété MapBindingFieldPairs

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.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property MapBindingFieldPairs As IList(Of MapBindingFieldPair)
    Get
    Set
'Utilisation
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>)

Valeur de propriété

Type : System.Collections.Generic. . :: . .IList< (Of < ( <'MapBindingFieldPair> ) > ) >
A IList<(Of <(<'T>)>)> object.