共用方式為


LinearScale.GaugePointers 屬性

Gets the pointers on the scale.

命名空間:  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
A LinearPointerCollection object.

請參閱

參考

LinearScale 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間