Compartilhar via


Propriedade do RDL MapViewportInstance.MapProjection

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapViewportInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering