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

Glossary Item Box

The following tables list the members exposed by ParameterCollection.

Public Constructors

 NameDescription
Public ConstructorParameterCollection ConstructorCreates a new instance of ParameterCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the ParameterCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the ParameterCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Gets the Parameter from the ParameterCollection.  
Top

Public Methods

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

See Also