Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the calculated value of the MapCoordinateSystem property in a MapViewport class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MapCoordinateSystem As MapCoordinateSystem
Get
'Usage
Dim instance As MapViewportInstance
Dim value As MapCoordinateSystem
value = instance.MapCoordinateSystem
public MapCoordinateSystem MapCoordinateSystem { get; }
public:
property MapCoordinateSystem MapCoordinateSystem {
MapCoordinateSystem get ();
}
member MapCoordinateSystem : MapCoordinateSystem
function get MapCoordinateSystem () : MapCoordinateSystem
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.MapCoordinateSystem
A MapCoordinateSystem value that represents the calculated value of the MapCoordinateSystem property.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace