I have used Javascript:void(window.open('MYURL','_blank')) to successfully open hyperlinks from SSRS 2008 reports. However, I have a report where this refuses to work. The command is implemented in the same way as for other reports by setting
the Action for a textbox to "Go to URL" and entering the expression using the javascript. I've gone so far as to copy the TablixCell tags from the code view from a report where this is working to the code view of the one that is not,
and it still only works in the original report. I don't know what else to look for. Ideas? I'm stumped.
↧