GaugePanel.NumericIndicators 属性
Gets the numeric indicators of this gauge panel.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property NumericIndicators As NumericIndicatorCollection
Get
用法
Dim instance As GaugePanel
Dim value As NumericIndicatorCollection
value = instance.NumericIndicators
public NumericIndicatorCollection NumericIndicators { get; }
public:
property NumericIndicatorCollection^ NumericIndicators {
NumericIndicatorCollection^ get ();
}
member NumericIndicators : NumericIndicatorCollection
function get NumericIndicators () : NumericIndicatorCollection