GaugePanel.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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.StateIndicatorCollection
A StateIndicatorCollection object.

请参阅

参考

GaugePanel 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间