Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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