SSRS open url in a new window
26-Jan-1212 Leave a comment
With thanks to:
http://www.bidn.com/blogs/BrianKnight/ssis/972/ssrs-action-to-open-a-url-in-a-new-window
=”javascript:void(window.open(‘”+ Fields!ReferURL.Value + “‘,’_blank’))”
IT and business subjects
26-Jan-1212 Leave a comment
With thanks to:
http://www.bidn.com/blogs/BrianKnight/ssis/972/ssrs-action-to-open-a-url-in-a-new-window
=”javascript:void(window.open(‘”+ Fields!ReferURL.Value + “‘,’_blank’))”
Filed under SQL SSRS