次の方法で共有


NumericIndicators プロパティ

このゲージ パネルの数値インジケーターを取得します。

名前空間:  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