MapCustomView.CenterY Property
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
A ReportDoubleProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace