ActiveReports Developer 7
ParameterValueCollection Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : ParameterValueCollection Class

Glossary Item Box

The following tables list the members exposed by ParameterValueCollection.

Public Constructors

 NameDescription
Public ConstructorParameterValueCollection ConstructorOverloaded. Creates a new instance of ParameterValueCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity

Gets or sets the number of elements that the ParameterValueCollection can contain.

 

 

(Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the ParameterValueCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyIsReadOnlyGets if the collection is readonly.  
Public PropertyItemGets the ParameterValue by specified index  
Top

Public Methods

 NameDescription
Public MethodAddAdds ParameterValue item to this collection.  
Public MethodAddRangeAdds an array of ParameterValue items to this collection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines if a ParameterValue is in this collection.  
Public MethodCopyToCopies this collection of ParameterValue items to the array.  
Public MethodRemoveRemoves the ParameterValue from this collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

See Also