IParameterContainer Members
If implemented by a class, provides information about report parameters.Properties
| Name | Description |
|---|---|
| Count | Counts the parameters that are available in a collection. |
| Item[String] | Obtains an individual parameter by its path. |
Methods
| Name | Description |
|---|---|
| GetEnumerator() | Returns an enumerator that iterates through the collection. Inherited from IEnumerable<T>. |
See Also