all groups > sql server reporting services > october 2006 >
You're in the

sql server reporting services

group:

Open report in a new window


Open report in a new window AB
10/10/2006 2:10:56 PM
sql server reporting services:
Hi,
Does any one know how to open a report that is a link or " jump to
report" in a new window and not instead of the previous report?

Thank you

Avi.
Re: Open report in a new window AB
10/10/2006 2:47:17 PM
Hi,
Thank you for thee fast Answer.
Where should I write this code?

I did it by clicking specific cell in a table-> properties-> advanced->
navigation and the choose the report I want to jump to and its
parameters.

Thank you.

Avi

[quoted text, click to view]
Re: Open report in a new window Bruce L-C [MVP]
10/10/2006 4:23:09 PM
Use jump to URL instead of jump to report. Also, to test you will need to
deploy to test.

Here is an example of a Jump to URL link I use. This causes Excel to come up
with the data in a separate window:

="javascript:void(window.open('" & Globals!ReportServerUrl &
"?/SomeFolder/SomeReport&ParamName=" & Parameters!ParamName.Value &
"&rs:Format=CSV&rc:Encoding=ASCII','_blank'))"

Note, if you leave off & "&rs:Format=CSV&rc:Encoding=ASCII' you will have
the report come up in the default which is html.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services





[quoted text, click to view]

Re: Open report in a new window Bruce L-C [MVP]
10/10/2006 5:15:13 PM
Same place but down a little is jump to URL. Use that instead of jump to
report.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

AddThis Social Bookmark Button