ChartFormulaParameterCollection Class

Definition

Represents a collection of ChartFormulaParameter objects.

public ref class ChartFormulaParameterCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ChartObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::ChartFormulaParameter ^, Microsoft::ReportingServices::OnDemandReportRendering::ChartFormulaParameterInstance ^>
public sealed class ChartFormulaParameterCollection : Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameter,Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameterInstance>
type ChartFormulaParameterCollection = class
    inherit ChartObjectCollectionBase<ChartFormulaParameter, ChartFormulaParameterInstance>
Public NotInheritable Class ChartFormulaParameterCollection
Inherits ChartObjectCollectionBase(Of ChartFormulaParameter, ChartFormulaParameterInstance)
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>)
Item[String]

Gets the item of the specified name.

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