Condividi tramite


Classe ChartLegendCustomItemCellCollection

Represents a collection of ChartLegendCustomItemCell objects.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ChartLegendCustomItemCellCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance)
'Utilizzo
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>

Nel tipo ChartLegendCustomItemCellCollection sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of items in the collection. Esegue l'override di ChartObjectCollectionBase<T, U>.Count.
Proprietà pubblica Item Gets an item in the collection by its index. Ereditato da ChartObjectCollectionBase<T, U>.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Infrastruttura. Gets an enumerator that iterates through the collection. Ereditato da ChartObjectCollectionBase<T, U>.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Infrastruttura. Gets an enumerator that iterates through the collection. Ereditato da ChartObjectCollectionBase<T, U>.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering