PivotY プロパティ

ピボット ポイントの Y 位置をゲージの高さのパーセントとして指定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property PivotY As ReportExpression(Of Double)
    Get
    Set
'使用
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>)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'Double> ) > ) >
ReportExpression<(Of <(<'T>)>)> オブジェクトです。