MapVectorLayer.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.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property MapBindingFieldPairs As IList(Of MapBindingFieldPair)
Get
Set
'用途
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>)
屬性值
型別:System.Collections.Generic.IList<MapBindingFieldPair>
An IList<T> object.