September 25, 2013 at 8:11 pm
In an ssrs 2008 report, I need to place the 'report parameters' and associated values at the end of the report. This way the user can see the values that they selected for the report. However I do not know how to place these information as the last item displayed on the report.
Thus can you tell me how to display report parameter names and the values that were entered into the ssrs 2008 as the last item displayed on the report?
September 25, 2013 at 9:17 pm
put them in a rectangle that comes after all the other items in the report?
textbox would have as it's source
=Parameters!ParameterName.Value
You could also put a single row table there, if you had to, and put the various parameters there...
September 26, 2013 at 7:43 am
How do you place the textbox or rectangle as the very last item on the report?
September 27, 2013 at 11:00 am
Just drag the textbox from the toolbox onto the report body. Then populate it with your parameter values.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply