다음을 통해 공유


MapElementView.MapBindingFieldPairs 속성

Gets or sets a collection of MapBindingFieldPair that is used to identify the spatial element that is to be centered in a map viewport.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property MapBindingFieldPairs As IList(Of MapBindingFieldPair)
    Get 
    Set
‘사용 방법
Dim instance As MapElementView 
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.

참고 항목

참조

MapElementView 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스