MapViewport.ProjectionCenterY Property

Definition

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

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

Property Value

A ReportExpression<T> object.

Applies to