Hi I have been using SSRS for 10 years now but have not had to use the Go to URL Action method to pass through a SSRS report and parameters for a while (2008R2). So the concepts could have changed etc.
My full expression was based on various post like this one here and the question here but is not working.
My full expression is
="javascript:void(window.open(‘http://MyServer/ReportServer/Pages/ReportViewer.aspx?%2fMyFolderPath%2fMyReport&rs:Command=Render&DocEntry="& Fields!GrnDocEntry.Value & "&DocLineNum="& Fields!LineNum.Value &"&rc:Toolbar=false', null, 'width=795, height=490, status=no, toolbar=no, menubar=no, location=no'))"
of course I am working from home so had no one spot any typo for me so I have tried a simpler version of it as
="javascript:void window.open (‘https://stackoverflow.com/questions/18003013/open-ssrs-url-in-new-window','_blank','resizeable=1,toolbar=0,status=0,menu=0,top=20,left=20,width=740,height=730')"
however neither are working and it is driving me nuts, so I have two questions
- Is this still possible with modern browsers? (just checking the obvious, if it is not possible is there a new workaround?)
- Can any one advise on the create JavaScript method
Update If I try to open with a right click on the link I get about:blank#blocked in the new window. Is this a security setting local to my client?
I can use the "Go to Report" function but it opens in the same window tab and when I return to the main report all the multi-parameters are reset to default, which will be frustrating for the users