Proprietà MapViewport.MapProjection

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property MapProjection As ReportExpression(Of MapProjections)
    Get 
    Set
'Utilizzo
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>)

Valore proprietà

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

Vedere anche

Riferimento

MapViewport Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel