Udostępnij przez


Właściwość MapViewport.ProjectionCenterY

Pobiera środek rzutu y wziernika mapy w współrzędne mapy.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property ProjectionCenterY As ReportDoubleProperty
    Get
'Użycie
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