Hi,
Is it possible to remove the hyperlink script in exported Excel from SSRS report.
For Example, the SSRS report has the following script setting for hyperlink:
BLOCKED SCRIPTvoid(window.open('http://reports.smpcorp.com/ReportServer/Pages/ReportViewer.aspx?/PV/_Menus/ReportMenu&mid=5'))
and it is exporting to Excel the same way and the user can't click on the link in Excel due to the javascript.
The link should be converted to the following way after Excel export:
http://reports.smpcorp.com/ReportServer/Pages/ReportViewer.aspx?/PV/_Menus/ReportMenu&mid=5
Is it possible to do the following if the hyperlink is exported:
b) Remove the first 29 characters which will be BLOCKED SCRIPTvoid(window.open('
Thanks
Dexter