Compartilhar via


Classe ChartLegendCollection

Represents a collection of ChartLegend objects.

Hierarquia de herança

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCollection

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

Sintaxe

'Declaração
Public NotInheritable Class ChartLegendCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegend, ChartLegendInstance)
'Uso
Dim instance As ChartLegendCollection
public sealed class ChartLegendCollection : ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
public ref class ChartLegendCollection sealed : public ChartObjectCollectionBase<ChartLegend^, ChartLegendInstance^>
[<SealedAttribute>]
type ChartLegendCollection =  
    class 
        inherit ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>
    end
public final class ChartLegendCollection extends ChartObjectCollectionBase<ChartLegend, ChartLegendInstance>

O tipo ChartLegendCollection expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetEnumerator Infraestrutura. Gets an enumerator that iterates through the collection. (Herdado de ChartObjectCollectionBase<T, U>.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (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. Gets an enumerator that iterates through the collection. (Herdado de ChartObjectCollectionBase<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.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering