Condividi tramite


Proprietà MapViewportInstance.ProjectionCenterY

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ProjectionCenterY As Double 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

MapViewportInstance Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering