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 or sets the map coordinate system for a map.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property MapCoordinateSystem As ReportExpression(Of MapCoordinateSystems)
Get
Set
'Usage
Dim instance As MapViewport
Dim value As ReportExpression(Of MapCoordinateSystems)
value = instance.MapCoordinateSystem
instance.MapCoordinateSystem = value
public ReportExpression<MapCoordinateSystems> MapCoordinateSystem { get; set; }
public:
property ReportExpression<MapCoordinateSystems> MapCoordinateSystem {
ReportExpression<MapCoordinateSystems> get ();
void set (ReportExpression<MapCoordinateSystems> value);
}
member MapCoordinateSystem : ReportExpression<MapCoordinateSystems> with get, set
function get MapCoordinateSystem () : ReportExpression<MapCoordinateSystems>
function set MapCoordinateSystem (value : ReportExpression<MapCoordinateSystems>)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapCoordinateSystems>
A ReportExpression<T> object.