IndicatorStateCollection Class

Definition

Represents a collection of IndicatorStateCollection objects.

public ref class IndicatorStateCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::IndicatorState ^>
public sealed class IndicatorStateCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.IndicatorState>
type IndicatorStateCollection = class
    inherit GaugePanelObjectCollectionBase<IndicatorState>
Public NotInheritable Class IndicatorStateCollection
Inherits GaugePanelObjectCollectionBase(Of IndicatorState)
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 the item that has the specified name.

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