다음을 통해 공유


MapCoordinateSystem 속성

Gets or sets the map coordinate system for a map.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Property MapCoordinateSystem As ReportExpression(Of MapCoordinateSystems)
    Get
    Set
‘사용 방법
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>)