I was familiar with displaying a parameter's value field by using the expression:
=Parameters!parameterfield.Value
But in many cases this value will be a key field and pointless to display. The 'Label' field is required and is obtained by simply changing the expression to:
=Parameters!parameterfield.Label
Simple and obvious really!
2 comments:
Good stuff, thanks!
Helped me save time.
Post a Comment