Condividi tramite


Proprietà MapViewport.ProjectionCenterY

Gets the Y projection center of a map viewport in map coordinates.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ProjectionCenterY As ReportDoubleProperty 
    Get
'Utilizzo
Dim instance As MapViewport 
Dim value As ReportDoubleProperty 

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

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.

Vedere anche

Riferimento

MapViewport Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering