Partilhar via


Propriedade do RDL MapViewport.ProjectionCenterX

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

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

Sintaxe

'Declaração
Public Property ProjectionCenterX As ReportExpression(Of Double)
    Get 
    Set
'Uso
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>)

Valor da propriedade

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

Consulte também

Referência

MapViewport Classe

Namespace Microsoft.ReportingServices.RdlObjectModel