I have a report (SSRS) that has links on the individual actions. The javaScript is there so that when used inside my web applciation, the new drill down report opens in a new popup window.
ALAS, when exporting the report to PDF the links (drill down) no longer work because PDF doesn't handle the javaScript...
- How do I make the exported version to PDF not have (clean) the javaScript?
Or, how do I tell SSRS to turn off the link completely when exporting?
="javascript:void(window.open('" & Parameters!WebServer.Value & "/pages/reports/somePage.aspx?params=" & Parameters!dfb_DataSet_GN4.Value) & "','Blue','location=no,resizable=yes,menubar=no,toolbar=no,scrollbars=yes,status=no,height=704,width=985'))"