StateIndicatorCollection Classe

Définition

Représente une collection d'objets 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)
Héritage

Propriétés

Count

Obtient le nombre d’éléments de la collection.

Item[Int32]

Obtient l'élément au niveau de l'index spécifié.

(Hérité de GaugePanelObjectCollectionBase<T>)
Item[String]

Obtient ou définit l'élément au niveau de la clé spécifiée.

Méthodes

CreateGaugePanelObject(Int32)

Crée un objet panneau de jauge à l'index spécifié.

(Hérité de GaugePanelObjectCollectionBase<T>)
GetEnumerator()

Obtient l'énumérateur qui effectue une itération au sein de ce GaugePanelObjectCollectionBase<T>.

(Hérité de GaugePanelObjectCollectionBase<T>)

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Obtient l'énumérateur qui effectue une itération au sein de ce GaugePanelObjectCollectionBase<T>.

(Hérité de GaugePanelObjectCollectionBase<T>)

S’applique à