Compartir a través de


MapViewport.MapProjection Propiedad

Gets the projection to be used for a map.

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

Sintaxis

'Declaración
Public ReadOnly Property MapProjection As ReportEnumProperty(Of MapProjection)
    Get
'Uso
Dim instance As MapViewport 
Dim value As ReportEnumProperty(Of MapProjection)

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapProjection>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

MapViewport Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering