다음을 통해 공유


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