Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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