次の方法で共有


RadialGauge.PivotX プロパティ

ピボット ポイントの X 位置を示す、ゲージの幅の割合として評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property PivotX As ReportDoubleProperty 
    Get
'使用
Dim instance As RadialGauge 
Dim value As ReportDoubleProperty 

value = instance.PivotX
public ReportDoubleProperty PivotX { get; }
public:
property ReportDoubleProperty^ PivotX {
    ReportDoubleProperty^ get ();
}
member PivotX : ReportDoubleProperty
function get PivotX () : ReportDoubleProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ReportDoubleProperty オブジェクト。

関連項目

参照

RadialGauge クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間