Partilhar via


Propriedade do RDL MapViewportInstance.ProjectionCenterX

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

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

Sintaxe

'Declaração
Public ReadOnly Property ProjectionCenterX As Double 
    Get
'Uso
Dim instance As MapViewportInstance 
Dim value As Double 

value = instance.ProjectionCenterX
public double ProjectionCenterX { get; }
public:
property double ProjectionCenterX {
    double get ();
}
member ProjectionCenterX : float
function get ProjectionCenterX () : double

Valor da propriedade

Tipo: System.Double
A double value that represents the calculated value of the ProjectionCenterX property.

Consulte também

Referência

MapViewportInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering