I am working in SSRS to generate drill down reports. There is a report which uses the jump to report as a navigation parameter. The report works perfectly on reporting server but when exported to excel the links do not work.
I guess when the ssrs report is exported to excel file it is exported with the hyperlinks which points to the reporting server.
What I am trying to do is get the jump to report navigation functionality between the reports.
for example suppose I have a report named Users which list some users and when the name of the user is clicked the report jumps to the another report (User_details) with additional information. This works fine with the reporting server. But when I export both the reports into excel sheets. The same navigation behavior is not there and I end up with the following message.
Unable to open http://reortserver/?%2FdrilldownReport2&Region=WW&rs%3AParameterLanguage=. Cannot locate the Internet server or proxy server.
Is there an efficient way to achieve this?
thanks in advance.