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