ActiveReports 12
ParameterCollection Class Members
Properties  Methods 

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : ParameterCollection Class

The following tables list the members exposed by ParameterCollection.

Public Constructors
 NameDescription
Public ConstructorCreates a new instance of ParameterCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets the number of elements contained in the ParameterCollection instance. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Public PropertyGets the Parameter from the ParameterCollection.  
Top
Public Methods
 NameDescription
Public MethodAdds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Public MethodRemoves all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Public MethodOverloaded. Returns true if a parameter is in the collection with the specified name.  
Public MethodCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Public MethodInserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Public MethodRemoves the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Public MethodRemoves the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<Parameter>)
Top
See Also

Reference

ParameterCollection Class
GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace