Opening a report in a new window
Hi Team, It is possible to open a report in a new window when you click a report in the report viewer? thanks, Eshwar
November 12th, 2010 1:19am

="javascript:void(window.open('http://server/folder/filename.aspx?ds=" & Parameters!UserName.Value & "&bu=" & Fields!Business_Unit.Value & "&in=" & Fields!Item_No.Value & "','_blank'))" Navin.D http://navind.spaces.live.com/
Free Windows Admin Tool Kit Click here and download it now
November 12th, 2010 4:30am

="javascript:void(window.open('http://server/folder/filename.aspx?ds=" & Parameters!UserName.Value & "&bu=" & Fields!Business_Unit.Value & "&in=" & Fields!Item_No.Value & "','_blank'))" More details: http://social.msdn.microsoft.com/forums/en-US/sqlreportingservices/thread/5efe07a6-1ff3-4bfa-baf3-717f7f431c6f/ Navin.D http://navind.spaces.live.com/
November 12th, 2010 4:31am

If I understand correctly, you have used the "Jump to report" function to open a report.Now, you want to open the report in a new windows. By default, if using "Jump to report" function, the report will be opened in itself. That means, it won't be opened in a new window. To open the report in a new windows, we can use the "Jump to url". Use JavaScript function "window.open" in the URL to open the reoprt in a new window: ="javascript:void(window.open('report name'))" Cheers, Srid Malt
Free Windows Admin Tool Kit Click here and download it now
November 12th, 2010 4:56am

Thanks a lot.. but this is not my question... I want do it in the reportviewer itself as in i go to http://localhost/reportserver and then to a folder where there are collection of reports from here on when i click on any report it should be opened in a new window. Thanks, Eshwar.
November 12th, 2010 5:06am

Hi User_SQLServer, Although we could not achieve this on the Report Server http://localhost/reportserver, but we could upload report from the report manager. After uploading, you could open the report as long as the datasource could be obtained on the report manager. For more information about this please refer to this link How to: Upload a File or Report (Report Manager) http://technet.microsoft.com/en-us/library/ms157332.aspx Thanks, Challen Fu
Free Windows Admin Tool Kit Click here and download it now
November 16th, 2010 2:28am

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

Other recent topics Other recent topics