[]
Represents a single value and its associated label for a report parameter.
public sealed class ParameterValue
| Name | Description |
|---|---|
| ParameterValue() | Initializes a new instance of the ParameterValue class. |
| ParameterValue(Parameter) | Initializes a new instance of the ParameterValue class based on the specified Parameter. |
| Name | Description |
|---|---|
| Label | Gets or sets the label for the value used in the user interface. |
| Value | Gets or sets the actual value of the parameter. |
| Name | Description |
|---|---|
| ToString() | Returns a string that represents the current object. |