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'))"
Default is HTML so just leave out the format if that is what you want.
--
Bruce Loehle-Conger
MVP SQL Server Reporting Services
[quoted text, click to view] "Davie" <dxw@mms.co.uk> wrote in message
news:e96DqMadFHA.1456@TK2MSFTNGP15.phx.gbl...
> How can I set a link to a subreport to target a new window, i.e., open in
> a
> new browser instance?
>
>