Hi,
I want to hide the DocMap in the default view of some reports. As I read here
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/51405026-1301-4e83-9684-d9b16a723100/sql-2005-reporting-services-hidden-docmap
it should work by adding &rc:DocMap=false to the URL-String.
On the first look it worked but then I discovered following: A report can be opened by using one of the following URLs.
- http://[computername]/ReportServer/[...]&rc:DocMap=false
- http://[computername]/Reports/[...]&rc:DocMap=false
Initially I thougt it doesn't matter if I use "ReportServer" or "Reports". But now I found out that adding parameteres to the URL-String works with "ReportServer" but doesn't work with "Reports".
Any idea how to make this parameter become usable with "Reports".
Is there a way to make the /Resports route not to ignore report parameters?
Best regards,