Freigeben über


MapViewport.MapProjection-Eigenschaft

Gets or sets the projection to be used for a map.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property MapProjection As ReportExpression(Of MapProjections)
    Get 
    Set
'Usage
Dim instance As MapViewport 
Dim value As ReportExpression(Of MapProjections)

value = instance.MapProjection

instance.MapProjection = value
public ReportExpression<MapProjections> MapProjection { get; set; }
public:
property ReportExpression<MapProjections> MapProjection {
    ReportExpression<MapProjections> get ();
    void set (ReportExpression<MapProjections> value);
}
member MapProjection : ReportExpression<MapProjections> with get, set
function get MapProjection () : ReportExpression<MapProjections>
function set MapProjection (value : ReportExpression<MapProjections>)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapProjections>
A ReportExpression<T> object.

Siehe auch

Verweis

MapViewport Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace