ChartLegendCustomItemCollection Classe

Définition

Représente une collection d'objets ChartLegendCustomItem.

public ref class ChartLegendCustomItemCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItem ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemInstance ^>
public sealed class ChartLegendCustomItemCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItem,Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemInstance>
type ChartLegendCustomItemCollection = class
    inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
Public NotInheritable Class ChartLegendCustomItemCollection
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
Héritage

Propriétés

Count

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

Item[Int32]

Obtient un élément dans la collection par son index.

(Hérité de ChartObjectCollectionBase<T,U>)

Méthodes

CreateChartObject(Int32)

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

(Hérité de ChartObjectCollectionBase<T,U>)
GetEnumerator()

Obtient un énumérateur qui itère au sein de la collection.

(Hérité de ChartObjectCollectionBase<T,U>)

Implémentations d’interfaces explicites

IEnumerable.GetEnumerator()

Obtient un énumérateur qui itère au sein de la collection.

(Hérité de ChartObjectCollectionBase<T,U>)

S’applique à