ChartLegendCustomItemCellCollection Class

Definition

Represents a collection of ChartLegendCustomItemCell objects.

public ref class ChartLegendCustomItemCellCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemCell ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartLegendCustomItemCellInstance ^>
public sealed class ChartLegendCustomItemCellCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCell,Microsoft.ReportingServices.OnDemandReportRendering.ChartLegendCustomItemCellInstance>
type ChartLegendCustomItemCellCollection = class
    inherit ChartObjectCollectionBase<ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance>
Public NotInheritable Class ChartLegendCustomItemCellCollection
Inherits ChartObjectCollectionBase(Of ChartLegendCustomItemCell, ChartLegendCustomItemCellInstance)
Inheritance

Properties

Count

Gets the number of items in the collection.

Item[Int32]

Gets an item in the collection by its index.

(Inherited from ChartObjectCollectionBase<T,U>)

Methods

CreateChartObject(Int32)

Creates a chart object at the specified index.

(Inherited from ChartObjectCollectionBase<T,U>)
GetEnumerator()

Gets an enumerator that iterates through the collection.

(Inherited from ChartObjectCollectionBase<T,U>)

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an enumerator that iterates through the collection.

(Inherited from ChartObjectCollectionBase<T,U>)

Applies to