Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapPosition>
A ReportEnumProperty<EnumType> object that represents the position of the dockable item in the map.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace