ActiveReports 13
ParameterCollection Class Members
Properties  Methods  Events

GrapeCity.ActiveReports Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ParameterCollection Class

The following tables list the members exposed by ParameterCollection.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ParameterCollection class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyGets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public PropertyOverloaded. Returns a reference to the specified Parameter.  
Public PropertyReturns the results of parsing the report's parameter values.  
Top
Public Methods
 NameDescription
Public MethodAdds a Parameter object to the Parameter collection.  
Public MethodOverloaded. Adds a range of Parameter objects to the Parameter collection.  
Public MethodDetermines whether the prompt is needed. If the PromptUser property of one of the parameters in the collection is set to true, the prompt is returned.  
Public MethodDetermines whether a query for the parameters in the collection has been created.  
Public MethodRemoves all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase)
Public MethodDetermines whether the collection contains the specified parameter.  
Public MethodReleases the ParameterCollection from memory.  
Public MethodReturns the index of the specified Parameter object in the collection.  
Public MethodInserts a Parameter object into the collection at the specified index.  
Public MethodRemoves a parameter from the collection.  
Public MethodRemoves the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase)
Top
Public Events
 NameDescription
Public EventIs raised when the Parameter collection is modified.  
Top
See Also

Reference

ParameterCollection Class
GrapeCity.ActiveReports.SectionReportModel Namespace
Parameters Property