Monday, March 19, 2012

Displaying Selected Report Parameter on Report

Can you display the selected report parameter on the report after the user
submits? I actually want to display the label property of the report
parameter on the report, not the value behind the scenes.
If I just drag and drop from the tool bar, nothing displays.
If I use =Fields(Parameters!P1.Value).Value, I get an error saying the value
for the textbox refers to an non-existing report parameter.
Can anyone helpTry Parameters!P1.Label
Sanjeev
"dillig" <dillig@.discussions.microsoft.com> wrote in message
news:D9904481-F4B3-4585-A832-936F89C80817@.microsoft.com...
> Can you display the selected report parameter on the report after the user
> submits? I actually want to display the label property of the report
> parameter on the report, not the value behind the scenes.
> If I just drag and drop from the tool bar, nothing displays.
> If I use =Fields(Parameters!P1.Value).Value, I get an error saying the
> value
> for the textbox refers to an non-existing report parameter.
> Can anyone help

No comments:

Post a Comment