Compartilhar via


Propriedade do RDL RadialGauge.PivotX

X position of the pivot point, as a percent of the gauge width.

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

Sintaxe

'Declaração
Public Property PivotX As ReportExpression(Of Double)
    Get 
    Set
'Uso
Dim instance As RadialGauge 
Dim value As ReportExpression(Of Double)

value = instance.PivotX

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

Valor da propriedade

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

Consulte também

Referência

RadialGauge Classe

Namespace Microsoft.ReportingServices.RdlObjectModel