StateIndicatorCollection Class

Definition

Represents a collection of StateIndicator objects.

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)
Inheritance

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets the item at the specified index.

(Inherited from GaugePanelObjectCollectionBase<T>)
Item[String]

Gets or sets the item at the specified key.

Methods

CreateGaugePanelObject(Int32)

Creates a gauge panel object at a specified index.

(Inherited from GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>.

(Inherited from GaugePanelObjectCollectionBase<T>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the enumerator that iterates through this GaugePanelObjectCollectionBase<T>.

(Inherited from GaugePanelObjectCollectionBase<T>)

Applies to