GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.SectionReportModel Namespace : ParameterCollection Class |
The following tables list the members exposed by ParameterCollection.
Name | Description | |
---|---|---|
ParameterCollection Constructor | Initializes a new instance of the ParameterCollection class. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Returns a reference to the specified Parameter. | |
ParseResult | Returns the results of parsing the report's parameter values. |
Name | Description | |
---|---|---|
Add | Adds a Parameter object to the Parameter collection. | |
AddRange | Overloaded. Adds a range of Parameter objects to the Parameter collection. | |
AtLeastOneNeedsPrompt | Determines 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. | |
AtLeastOneQueryCreated | Determines whether a query for the parameters in the collection has been created. | |
Clear | (Inherited from System.Collections.CollectionBase) | |
Contains | Determines whether the collection contains the specified parameter. | |
Dispose | Releases the ParameterCollection from memory. | |
IndexOf | Returns the index of the specified Parameter object in the collection. | |
Insert | Inserts a Parameter object into the collection at the specified index. | |
Remove | Removes a parameter from the collection. | |
RemoveAt | (Inherited from System.Collections.CollectionBase) |