次の方法で共有


LinearScale.GaugePointers プロパティ

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

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

構文

'宣言
Public ReadOnly Property GaugePointers As LinearPointerCollection 
    Get
'使用
Dim instance As LinearScale 
Dim value As LinearPointerCollection 

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

プロパティ値

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

関連項目

参照

LinearScale クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間