MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / ParameterCollection Class

In This Topic
ParameterCollection Class Methods
In This Topic

For a list of all members of this type, see ParameterCollection members.

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 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.  
Top
See Also