Partager via


Propriété ProjectionCenterY

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ProjectionCenterY As ReportDoubleProperty
    Get
'Utilisation
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