The ParameterValue type exposes the following members.

Constructors

  Name Description
Public method ParameterValue()()()()
Initializes a new instance of the ParameterValue class.
Public method ParameterValue(RdlObject, RdlString)
Initializes a new instance of the ParameterValue class.

Methods

  Name Description
Public method AssignFrom
Copies properties from another ParameterValue to the current object.

Properties

  Name Description
Public property Label
Gets or sets label for the value to display in the UI. If not supplied, the Value is used as the label (if Value is not supplied, Label is the empty string). If the Value expression returns an array, the Label expression must return an array with the same number of items. If the Value expression does not return an array, the Label expression must not return an array.
Public property Value
Gets or sets possible value for the parameter. For Boolean parameters, use “true” and “false”. For DateTime parameters, use ISO 8601. For Float parameters, use “.” as the optional decimal separator. If the Value expression returns an array, each item in the array is treated as a single value. The items in the array must not be arrays.

See Also