Lenguaje

ChartLegendColumnCollection Clase

Definición

Representa una colección de ChartLegendColumn objetos.

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

Nombre Description
Count

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

Item[Int32]

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

(Heredado de ChartObjectCollectionBase<T,U>)

Métodos

Nombre Description
CreateChartObject(Int32)

Crea un objeto 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

Nombre Description
IEnumerable.GetEnumerator()

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

(Heredado de ChartObjectCollectionBase<T,U>)

Se aplica a