Display Parameter Text
Parameters usually provide the option to put two items in a drop down list, the value and the description of the value. If you want to grab either of the two items to put in a report, say the header, the reference to either of the two items is as follows:
Displaying the parameter list item value: params["your_parameter_name"].value
Displaying the parameter list item description: params["your_parameter_name"].displayText
Comments
Post a Comment