GaugePointers 属性

Gets the pointers on the scale.

命名空间:  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