I have several SQL Server Reporting Services reports with text boxes having URL actions that look like this: ='javascript:void(window.open('http://...some-web-site...=' + Fields!so
Solution 1:
Try testing the JavaScript with just "google.com" and see if the print dialog opens.
Post a Comment for "How Perform Ssrs Url Action Without Triggering Print Dialog?"