Where to Place rs:Parameters=false For Drilldown Report?
I have a report that contains a "Jump To Report" navigation cell. I don't want to show the parameter panel on the drilldown report. Where do I place rs:Parameters=false in the designer? After the report name in in the "Jump to report" textbox? Or in the Parameters dialog? If so, how?
The correct verbiage is 'Hidden'. On SQL Server 2005 RS, there is a check box to hide Report Parameters.
For SQL Server 2000 RS (SP2), After you deploy the report, on the Report Manager (Properties/Parameters link) leave the prompt to user checked but clear out the prompt string. See if that works for you. This will also mean that every time you redeploy the report, you will have to clear out the prompt string on the Report Manager. On SQL Server 2005, this can be specified at the design time itself.
HTH