ベクトル レイヤーのマップ アイテムを、レイヤーに関連付けられているデータ領域にバインドするために使用する MapBindingFieldPair 要素のコレクションを取得します。値の設定も可能です。
名前空間: 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>
IList<T> オブジェクト。