Compartir a través de


MapViewportInstance.ProjectionCenterY Propiedad

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

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

Valor de la propiedad

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

Vea también

Referencia

MapViewportInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering