[]
Represents a specific value for a report parameter.
public class ParameterValue
The ParameterValue class defines a value that can be assigned to a report parameter, including a label and the actual value.
| Name | Description |
|---|---|
| ParameterValue() |
| Name | Description |
|---|---|
| Label | Gets or sets the label associated with the parameter value. |
| Value | Gets or sets the actual value of the parameter. |