StateIndicatorCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
| Nom | Description |
|---|---|
| Count |
Obtient le nombre d'éléments dans la collection. |
| Item[Int32] |
Obtient l’élément à l’index spécifié. (Hérité de GaugePanelObjectCollectionBase<T>) |
| Item[String] |
Obtient ou définit l’élément à la clé spécifiée. |
Méthodes
| Nom | Description |
|---|---|
| CreateGaugePanelObject(Int32) |
Crée un objet panneau de jauge à un indice spécifié. (Hérité de GaugePanelObjectCollectionBase<T>) |
| GetEnumerator() |
Obtient l’énumérateur qui itère à travers ce GaugePanelObjectCollectionBase<T>. (Hérité de GaugePanelObjectCollectionBase<T>) |
Implémentations d’interfaces explicites
| Nom | Description |
|---|---|
| IEnumerable.GetEnumerator() |
Obtient l’énumérateur qui itère à travers ce GaugePanelObjectCollectionBase<T>. (Hérité de GaugePanelObjectCollectionBase<T>) |