RadialScale.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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.RadialPointerCollection
A RadialPointerCollection object.

请参阅

参考

RadialScale 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间