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

Glossary Item Box

The following tables list the members exposed by ParameterCollection.

Public Constructors

 NameDescription
Public ConstructorParameterCollection ConstructorInitializes a new instance of the ParameterCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCount (Inherited from System.Collections.CollectionBase)
Public PropertyItemOverloaded. Returns a reference to the specified Parameter.  
Public PropertyParseResultReturns the results of parsing the report's parameter values.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a Parameter object to the Parameter collection.  
Public MethodAddRangeOverloaded. Adds a range of Parameter objects to the Parameter collection.  
Public MethodAtLeastOneNeedsPromptDetermines 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 MethodAtLeastOneQueryCreatedDetermines whether a query for the parameters in the collection has been created.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether the collection contains the specified parameter.  
Public MethodDisposeReleases the ParameterCollection from memory.  
Public MethodIndexOfReturns the index of the specified Parameter object in the collection.  
Public MethodInsertInserts a Parameter object into the collection at the specified index.  
Public MethodRemoveRemoves a parameter from the collection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

Public Events

 NameDescription
Public EventModifiedIs raised when the Parameter collection is modified.  
Top

See Also