Name | Description | |
---|---|---|
ParameterCollection Constructor | Initializes a new instance of the 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 | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (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 | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (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 | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |