次の方法で共有


GaugePointer.Width プロパティ

ポインターの幅 (放射状スケールの場合は半径、線形スケールの場合は幅) をスケール サイズに対するパーセントとして取得します。

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

構文

'宣言
Public ReadOnly Property Width As ReportDoubleProperty 
    Get
'使用
Dim instance As GaugePointer 
Dim value As ReportDoubleProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportDoubleProperty
ポインターの幅をスケール サイズに対するパーセントで表す ReportDoubleProperty オブジェクト。

関連項目

参照

GaugePointer クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間