Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the y-coordinate of the map viewport center as a percentage of the map content.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CenterY As ReportDoubleProperty
Get
'Usage
Dim instance As MapCustomView
Dim value As ReportDoubleProperty
value = instance.CenterY
public ReportDoubleProperty CenterY { get; }
public:
property ReportDoubleProperty^ CenterY {
ReportDoubleProperty^ get ();
}
member CenterY : ReportDoubleProperty
function get CenterY () : ReportDoubleProperty
Eigenschaftswert
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
Siehe auch
Verweis
Microsoft.ReportingServices.OnDemandReportRendering-Namespace