![enter image description here][1]I have a few of reports in SQL Server Reporting Services 2008 which presents ask the user for parameters such as begin/end dates, or lastname to search in a database, etc.
I just follow the basics when designing the reports, and after and build and deployed, I give the URL to my user.
Now, the user has complained that at the point where the report is asking for the parameters, the user doesn’t see the name of the report, so since there a few of them, when she comes back to the page in her browser, she doesn’t know which report it is unless she looks at the URL (in case she didn’t run it first, which happens).
Bottom line, I’d like to have the title of the report ABOVE the parameters, and haven’t figured out how to do that.
Thanks!
You can’t. The parameter block is fixed on the page.
However, the URL shouldn’t matter because the name of the report is in the folder view: I’d expect the title to match the name of the report…