Compartir a través de


MapViewportInstance.MapCoordinateSystem Propiedad

Gets the calculated value of the MapCoordinateSystem 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 MapCoordinateSystem As MapCoordinateSystem 
    Get
'Uso
Dim instance As MapViewportInstance 
Dim value As MapCoordinateSystem 

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

Valor de la propiedad

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

Vea también

Referencia

MapViewportInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering