Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a collection of MapBindingFieldPair that is used to identify the spatial element that is to be centered in a map viewport.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapBindingFieldPairs As IList(Of MapBindingFieldPair)
Get
Set
'Usage
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>)
Eigenschaftswert
Typ: System.Collections.Generic.IList<MapBindingFieldPair>
An IList<T> object.