[]
Represents a report parameter that can contain multiple values.
public sealed class MultiValueParameter : 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 array of labels associated with the report parameter. |
| Value | Gets the array of values of the report parameter. |