Partilhar via


Propriedade do RDL PivotY

Y position of the pivot point, as a percent of the gauge height.

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

Sintaxe

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

value = instance.PivotY

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