Langue

CustomLabelCollection Classe

Définition

Représente une collection d’objets CustomLabel .

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

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

S’applique à