Udostępnij przez


Właściwość RadialGauge.PivotY

Położenie y punktu przestawne, jako procent wysokości skrajni.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property PivotY As ReportExpression(Of Double)
    Get
    Set
'Użycie
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>)