Compartir a través de


Clase ChartLegendCustomItemCollection

Represents a collection of ChartLegendCustomItem objects.

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCollection

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public NotInheritable Class ChartLegendCustomItemCollection _
    Inherits ChartObjectCollectionBase(Of ChartLegendCustomItem, ChartLegendCustomItemInstance)
'Uso
Dim instance As ChartLegendCustomItemCollection
public sealed class ChartLegendCustomItemCollection : ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
public ref class ChartLegendCustomItemCollection sealed : public ChartObjectCollectionBase<ChartLegendCustomItem^, ChartLegendCustomItemInstance^>
[<SealedAttribute>]
type ChartLegendCustomItemCollection =  
    class 
        inherit ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>
    end
public final class ChartLegendCustomItemCollection extends ChartObjectCollectionBase<ChartLegendCustomItem, ChartLegendCustomItemInstance>

El tipo ChartLegendCustomItemCollection expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of items in the collection. (Invalida ChartObjectCollectionBase<T, U>.Count.)
Propiedad pública Item Gets an item in the collection by its index. (Se hereda de ChartObjectCollectionBase<T, U>.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Infraestructura. Gets an enumerator that iterates through the collection. (Se hereda de ChartObjectCollectionBase<T, U>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Infraestructura. Gets an enumerator that iterates through the collection. (Se hereda de ChartObjectCollectionBase<T, U>.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering