ParameterValue Element (RDL)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Provides an individual hard-coded parameter for the list contained within the ParameterValues element.
Element Relationships
- Parent elements
ParameterValues Element (RDL)
Child elements
Element Cardinality Type [0-1]
Expression (Variant)
[0-1]
Expression (String)
Remarks
For the Value parameter:
- Use "true" and "false" for Boolean parameters
- Use ISO 8601 values for date/time parameters
- Use "." as the optional decimal separator for float parameters
If the Label parameter is not supplied, the Value parameter is used as the label. If no Value parameter is supplied, then an empty string is used.
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.
See Also
Reference
Report Definition Language XML Schema
Report Definition XML Elements
Concepts
Report Definition Language Data Types
Other Resources
Development (Reporting Services)
Working with Parameters in Reporting Services