次の方法で共有


RadialScale.GaugePointers プロパティ

スケール上のポインターを取得します。

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

構文

'宣言
Public ReadOnly Property GaugePointers As RadialPointerCollection 
    Get
'使用
Dim instance As RadialScale 
Dim value As RadialPointerCollection 

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

プロパティ値

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

関連項目

参照

RadialScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間