Freigeben über


MapCustomView.CenterY-Eigenschaft

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

MapCustomView Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace