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

sql server reporting services

group:

URL, Frames, Hyperlinks and breaking out


URL, Frames, Hyperlinks and breaking out Jim_OLAP
6/17/2005 2:00:01 PM
sql server reporting services:
Hello,

We are using an ASP multiple frame application to display reports using the
URL method. It's a traditional format, with report names on the left frame
and report display on the right side frame.

The problem we are having is that we cannot break out of the multiple frames
when using a HYPERLINK to a new report. We have tried the rc:TargetLink
approach to no avail. The report just takes up all of IE window -- it does
not create a new dedicated IE window like we want.

Any ideas are appreciated.

Jim

RE: URL, Frames, Hyperlinks and breaking out Jan Pieter Posthuma
6/20/2005 3:01:01 AM
Hi,

Standard SRS creates hyperlink in reports with the taget="_top" attribute.
You can indeed specify an other target value by using the rc:LinkTarget part
in the URL. The LinkTarget can only used by outputting HTML reports. In your
case rc:LinkTarget=_blank should work.

If it still doesn't work, feel free to supply additional information.

Jan Pieter Posthuma

[quoted text, click to view]
RE: URL, Frames, Hyperlinks and breaking out Jim_OLAP
6/24/2005 2:09:03 PM
Jan,

Thanks...with much effort we figured out our issue.

We needed to add the "rc:LinkTarget=_blank" string to the HOST report's URL
string -- not the TARGET report URL's string. This tells the HOST report how
to handle any HYPERLINKS located in that report.

Thanks for ypur help,

Jim



[quoted text, click to view]
RE: URL, Frames, Hyperlinks and breaking out Aravind
7/18/2005 9:07:04 AM
Hi,
I have the same problem :(
I want the hyperlinks in my report to open in a new window. I tried doing
this:
in Advanced->Navigation->JumptoURL of the textbox displaying the hyperlink,
I added "http://-the url"&" rc:LinkTarget=_blank" but it doesnt work - even
the javascript doesnt work :(
cud you be more specific as to where the report url string is ? have i tried
correctly?
plz help
thanks.

[quoted text, click to view]
AddThis Social Bookmark Button