Compartir a través de


MapViewportInstance.MapProjection Propiedad

Gets the calculated value of the MapProjection property in a MapViewport class.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MapProjection As MapProjection 
    Get
'Uso
Dim instance As MapViewportInstance 
Dim value As MapProjection 

value = instance.MapProjection
public MapProjection MapProjection { get; }
public:
property MapProjection MapProjection {
    MapProjection get ();
}
member MapProjection : MapProjection
function get MapProjection () : MapProjection

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapProjection
A MapProjection value that represents the calculated value of the MapProjection property.

Vea también

Referencia

MapViewportInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering