[]
Represents a report parameter.
public class Parameter
| Name | Description |
|---|---|
| Count | Gets the number of values for this parameter. |
| IsMultiValue | Gets whether this parameter is a multi-value parameter. |
| Label | Gets the label associated with the report parameter. |
| Name | Gets the name of the report parameter. |
| Prompt | Gets the text to display to a user when prompting the a for the parameter's value. |
| this[string] | Gets the value of the specified property. |
| Value | Gets the value of the report parameter. |