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 | |
---|---|---|
![]() | 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. |
![]() | 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. |