Go To report on new page
Thanks Manoj. It looks like there is no option to implement this in Go to Report. I will have to do this using Go To URL. I will try your expression to implement my case. What is the syntex if I have more than one parameter?
August 12th, 2011 1:11pm

arun, ="javascript:void (window.open('http://servername/ReportServer/Pages/ReportViewer.aspx?/Folder/Reportname&rs:Command=Render&Param="& Parameters!Param.Value & "&Param1=" & Parameters!Param1.Value & "','_blank'))" Regards Manoj
Free Windows Admin Tool Kit Click here and download it now
August 12th, 2011 1:24pm

I have a Report1 which calls Report2 by passing 4 parameters. Is there any way if user clicks on report1, Report2 open in new page? I know we can implement this using Go to URL and specifying complete URL.
August 12th, 2011 8:54pm

hi arunsinghit, you can do this using actions provided in Report and pass the Required Parameters to Report 2 from Report1. For more information check this link.Rakesh M J Dont forget to mark it as Answered if found useful MCTS,MCITP,MCSS http://myspeakonbi.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
August 12th, 2011 10:09pm

This does not say anything about opening report in new page. Let me know if I am missing anything. Thanks, Arun
August 13th, 2011 3:23am

Arun, Incase, you want the report to open in new page you need to use Go To URL option. So, select the Go To URL option and write this expression: ="javascript:void (window.open('http://servername/ReportServer/Pages/ReportViewer.aspx?/Folder/Reportname&rs:Command=Render&Param="& Parameters!Param.Value & "','_blank'))" Note: text will bold formatting needs to be modified according to your requirement. 1) servername 2)/Folder/Reportname : Path where child report is deployed on reportmanager 3)Param - Parameter name 4)Parameters!Param.Value - Parameter value Regards MAnoj
Free Windows Admin Tool Kit Click here and download it now
August 13th, 2011 7:09am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics