Freigeben über


MapViewport.ProjectionCenterX-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ProjectionCenterX As ReportExpression(Of Double)
    Get 
    Set
'Usage
Dim instance As MapViewport 
Dim value As ReportExpression(Of Double)

value = instance.ProjectionCenterX

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

Eigenschaftswert

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

Siehe auch

Verweis

MapViewport Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace