다음을 통해 공유


StateIndicators 속성

Gets the state indicators of this gauge panel.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property StateIndicators As StateIndicatorCollection
    Get
‘사용 방법
Dim instance As GaugePanel
Dim value As StateIndicatorCollection

value = instance.StateIndicators
public StateIndicatorCollection StateIndicators { get; }
public:
property StateIndicatorCollection^ StateIndicators {
    StateIndicatorCollection^ get ();
}
member StateIndicators : StateIndicatorCollection
function get StateIndicators () : StateIndicatorCollection