Partilhar via


Classe ChartLegendCustomItemCellCollection

Represents a collection of ChartLegendCustomItemCell objects.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionBase< (Of < ( <'ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartLegendCustomItemCellCollection

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

Sintaxe

'Declaração
Public NotInheritable Class ChartLegendCustomItemCellCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance)
'Uso
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>

O tipo ChartLegendCustomItemCellCollection expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items in the collection. (Substitui ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >. . :: . .Count.)
Propriedade pública Item Gets an item in the collection by its index. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)

Início

Métodos

  Nome Descrição
Método protegido CreateChartObject Infraestrutura. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetEnumerator Infraestrutura. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Implementações de interfaces explícitas

  Nome Descrição
Implementações de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator Infraestrutura. (Herdado de ChartObjectCollectionBase< (Of < ( <'T, U> ) > ) >.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.