ChartFormulaParameterCollection Class
Represents a collection of ChartFormulaParameter objects.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionBase<ChartFormulaParameter, ChartFormulaParameterInstance>
Microsoft.ReportingServices.OnDemandReportRendering.ChartFormulaParameterCollection
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ChartFormulaParameterCollection _
Inherits ChartObjectCollectionBase(Of ChartFormulaParameter, ChartFormulaParameterInstance)
'Usage
Dim instance As ChartFormulaParameterCollection
public sealed class ChartFormulaParameterCollection : ChartObjectCollectionBase<ChartFormulaParameter, ChartFormulaParameterInstance>
public ref class ChartFormulaParameterCollection sealed : public ChartObjectCollectionBase<ChartFormulaParameter^, ChartFormulaParameterInstance^>
[<SealedAttribute>]
type ChartFormulaParameterCollection =
class
inherit ChartObjectCollectionBase<ChartFormulaParameter, ChartFormulaParameterInstance>
end
public final class ChartFormulaParameterCollection extends ChartObjectCollectionBase<ChartFormulaParameter, ChartFormulaParameterInstance>
The ChartFormulaParameterCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. (Overrides ChartObjectCollectionBase<T, U>.Count.) |
![]() |
Item[String] | Gets the item of the specified name. |
![]() |
Item[Int32] | Gets an item in the collection by its index. (Inherited from ChartObjectCollectionBase<T, U>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateChartObject | Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Infrastructure. (Inherited from ChartObjectCollectionBase<T, U>.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.