MapCustomView.CenterY Property

Definition

Gets or sets the y-coordinate of the map viewport center as a percentage of the map content.

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> CenterY { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<double> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> CenterY { get; set; }
member this.CenterY : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<double> with get, set
Public Property CenterY As ReportExpression(Of Double)

Property Value

A ReportExpression<T> object.

Applies to