NumericIndicatorCollection 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 NumericIndicator.
public ref class NumericIndicatorCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::GaugePanelObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::NumericIndicator ^>
public sealed class NumericIndicatorCollection : Microsoft.ReportingServices.OnDemandReportRendering.GaugePanelObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.NumericIndicator>
type NumericIndicatorCollection = class
inherit GaugePanelObjectCollectionBase<NumericIndicator>
Public NotInheritable Class NumericIndicatorCollection
Inherits GaugePanelObjectCollectionBase(Of NumericIndicator)
- 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 l'élément qui porte le nom spécifié. |
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>) |