all groups > sql server reporting services > december 2005 >
You're in the

sql server reporting services

group:

Jump to URL with new window



Re: Jump to URL with new window Bruce L-C [MVP]
12/28/2005 8:28:04 AM
sql server reporting services: 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'))"

You need SP1 or SP2 if using SQL Server 2000 (this feature was added with
the release of SP1)




--
Bruce Loehle-Conger
MVP SQL Server Reporting Services



[quoted text, click to view]

Jump to URL with new window Angi
12/28/2005 11:12:47 AM
How can I jump to URL with new window?
Is anyway can do this?
I'm try to use &rc:targetlink=new
but it dosen't work.
how can I do this?
Thanks for any advice!

Angi

RE: Jump to URL with new window Nayan
12/28/2005 5:55:03 PM
Try the following URL

How to open hyperlink in a new window in Reporting Services Report (RS with
SP1 or higher)
http://binaryworld.net/Main/CodeDetail.aspx?CodeId=4012
--
Nayan Patel (MCSE, MCDBA, MCSD.net)
www.binaryworld.net
A Powerful Knowledge Sharing Platform




[quoted text, click to view]
Re: Jump to URL with new window Angi
12/29/2005 11:12:14 AM
Thanks Bruce & Nayan!
And now I have a new way for Jump to URL, for you refernce!

="javascript:void(window.open('http://Domain/ReportServer/Pages/ReportViewer.aspx?%2fBIGS%2f02bar&rs:Command=Render&rc:Toolbar=false','_blank',
'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbar=yes,resizable=yes,copyhistory=no'))"

No IE toolbar and RS toolbar.

Thanks again!
Angi

"Angi" <enchiw@msn.com> ¼¶¼g©ó¶l¥ó·s»D:%236aWVy1CGHA.3876@tk2msftngp13.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button