Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapCoordinateSystems>
A ReportExpression<T> object.