ChartLegendColumnCollection Clase

Definición

Representa una colección de objetos ChartLegendColumn.

public ref class ChartLegendColumnCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendColumn ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendColumnInstance ^>
public sealed class ChartLegendColumnCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumn,Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendColumnInstance>
type ChartLegendColumnCollection = class
    inherit ChartObjectCollectionBase<ChartLegendColumn, ChartLegendColumnInstance>
Public NotInheritable Class ChartLegendColumnCollection
Inherits ChartObjectCollectionBase(Of ChartLegendColumn, ChartLegendColumnInstance)
Herencia

Propiedades

Count

Obtiene el número de elementos de la colección.

Item[Int32]

Obtiene un elemento de la colección según su índice.

(Heredado de ChartObjectCollectionBase<T,U>)

Métodos

CreateChartObject(Int32)

Crea un objeto de gráfico en el índice especificado.

(Heredado de ChartObjectCollectionBase<T,U>)
GetEnumerator()

Obtiene un enumerador que recorre en iteración la colección.

(Heredado de ChartObjectCollectionBase<T,U>)

Implementaciones de interfaz explícitas

IEnumerable.GetEnumerator()

Obtiene un enumerador que recorre en iteración la colección.

(Heredado de ChartObjectCollectionBase<T,U>)

Se aplica a