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 the position of the dockable item in the map.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Position As ReportEnumProperty(Of MapPosition)
Get
'Usage
Dim instance As MapDockableSubItem
Dim value As ReportEnumProperty(Of MapPosition)
value = instance.Position
public ReportEnumProperty<MapPosition> Position { get; }
public:
property ReportEnumProperty<MapPosition>^ Position {
ReportEnumProperty<MapPosition>^ get ();
}
member Position : ReportEnumProperty<MapPosition>
function get Position () : ReportEnumProperty<MapPosition>
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapPosition>
A ReportEnumProperty<EnumType> object that represents the position of the dockable item in the map.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace