StateIndicatorCollection 类

定义

表示 StateIndicator 对象集合。

public ref class StateIndicatorCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::StateIndicator ^>
public sealed class StateIndicatorCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.StateIndicator>
type StateIndicatorCollection = class
    inherit GaugePanelObjectCollectionBase<StateIndicator>
Public NotInheritable Class StateIndicatorCollection
Inherits GaugePanelObjectCollectionBase(Of StateIndicator)
继承

属性

Count

获取集合中的项数。

Item[Int32]

获取指定索引处的项。

(继承自 GaugePanelObjectCollectionBase<T>)
Item[String]

获取或设置指定键处的项。

方法

CreateGaugePanelObject(Int32)

在指定索引处创建仪表面板对象。

(继承自 GaugePanelObjectCollectionBase<T>)
GetEnumerator()

获取遍历此 GaugePanelObjectCollectionBase<T> 的枚举器。

(继承自 GaugePanelObjectCollectionBase<T>)

显式接口实现

IEnumerable.GetEnumerator()

获取遍历此 GaugePanelObjectCollectionBase<T> 的枚举器。

(继承自 GaugePanelObjectCollectionBase<T>)

适用于