Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.MapPosition
A MapPosition value that represents the calculated value of the Position property.
See Also
Reference
MapDockableSubItemInstance Class
Microsoft.ReportingServices.OnDemandReportRendering Namespace