[]
Defines a proxy to the Report parameters collection.
public sealed class Parameters : ICollection<Parameter>, IEnumerable<Parameter>, IEnumerable
| Name | Description |
|---|---|
| Parameters(ParameterCollection) | Initializes a new instance of the Parameters class. |
| Name | Description |
|---|---|
| Count | Gets the count. |
| IsReadOnly | Gets a value indicating whether the collection is read-only. |
| this[object] | Returns the corresponding Parameter based on the key. |
| Name | Description |
|---|---|
| Add(Parameter) | Adds the specified item. |
| Clear() | Clears this instance. |
| Contains(Parameter) | Determines whether collection contains the specified item. |
| CopyTo(Parameter[], int) | Copies the elements collection to given array starting at particular index. |
| Remove(Parameter) | Removes the specified item. |