In a SSRS2008R2 report with an action linked to a field value; this code is working (from here):
="FILE:\\E:\SharedServer\"+Fields!PDFFileName.Value
Then I wrapped it with JavaScript to open in a new window and it is failing.
="javascript:void(window.open('FILE:\\E:\SharedServer\'+Fields!PDFFileName.Value','_blank'))"
The mouse hovers shows a hyperlink but when I click on it, absolutely nothing happens. I had posted before but this is a new issue. I've tried several minor variations with the quotation marks but have not hit upon the correct syntax.