Freigeben über


ChartLegendCustomItemCellCollection-Klasse

Represents a collection of ChartLegendCustomItemCell objects.

Vererbungshierarchie

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellCollection

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartLegendCustomItemCellCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance)
'Usage
Dim instance As ChartLegendCustomItemCellCollection
public sealed class ChartLegendCustomItemCellCollection : ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
public ref class ChartLegendCustomItemCellCollection sealed : public ChartObjectCollectionBase<ChartLegendCustomItemCell^, ChartLegendCustomItemCellInstance^>
[<SealedAttribute>]
type ChartLegendCustomItemCellCollection =  
    class 
        inherit ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
    end
public final class ChartLegendCustomItemCellCollection extends ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>

Der ChartLegendCustomItemCellCollection-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of items in the collection. (Überschreibt ChartObjectCollectionBase<T, U>.Count.)
Öffentliche Eigenschaft Item Gets an item in the collection by its index. (Geerbt von ChartObjectCollectionBase<T, U>.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetEnumerator Infrastruktur Gets an enumerator that iterates through the collection. (Geerbt von ChartObjectCollectionBase<T, U>.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable.GetEnumerator Infrastruktur Gets an enumerator that iterates through the collection. (Geerbt von ChartObjectCollectionBase<T, U>.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace