Proprietà MapViewport.ProjectionCenterY

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

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ProjectionCenterY As ReportExpression(Of Double)
    Get 
    Set
'Utilizzo
Dim instance As MapViewport 
Dim value As ReportExpression(Of Double)

value = instance.ProjectionCenterY

instance.ProjectionCenterY = value
public ReportExpression<double> ProjectionCenterY { get; set; }
public:
property ReportExpression<double> ProjectionCenterY {
    ReportExpression<double> get ();
    void set (ReportExpression<double> value);
}
member ProjectionCenterY : ReportExpression<float> with get, set
function get ProjectionCenterY () : ReportExpression<double>
function set ProjectionCenterY (value : ReportExpression<double>)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Double>
A ReportExpression<T> object.

Vedere anche

Riferimento

MapViewport Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel