Showing posts with label urls. Show all posts
Showing posts with label urls. Show all posts

Friday, February 24, 2012

changing LinkTarget default in Report Manager?

How do you change the LinkTarget default from _self to _blank i
Report Manager? I don't see how to change the report URLs in Repor
Manager to include &rc:LinkTarget=_blank
I am trying to jump to a URL from a report that will open a new windo
and the report is running in Report Manager
Any help would be greatly appreciatedHere 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'))"
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"kwarmack" <kerry.warmack@.intel-dot-com.no-spam.invalid> wrote in message
news:1qOdnfifU8ATCCLfRVn_vg@.giganews.com...
> How do you change the LinkTarget default from _self to _blank in
> Report Manager? I don't see how to change the report URLs in Report
> Manager to include &rc:LinkTarget=_blank.
> I am trying to jump to a URL from a report that will open a new window
> and the report is running in Report Manager.
> Any help would be greatly appreciated.
>