Freigeben über


MapDockableSubItemInstance.Position-Eigenschaft

Gets the calculated value of the Position property in a MapDockableSubItem class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Position As MapPosition 
    Get
'Usage
Dim instance As MapDockableSubItemInstance 
Dim value As MapPosition 

value = instance.Position
public MapPosition Position { get; }
public:
property MapPosition Position {
    MapPosition get ();
}
member Position : MapPosition
function get Position () : MapPosition

Eigenschaftswert

Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapPosition
A MapPosition value that represents the calculated value of the Position property.

Siehe auch

Verweis

MapDockableSubItemInstance Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace