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

sql server reporting services

group:

SSRS2005 - issue with hyperlink in report after sorting table


SSRS2005 - issue with hyperlink in report after sorting table pete757
6/28/2006 6:12:01 AM
sql server reporting services:
I have a report with user sorting enabled. Each row of the report contains a
hyperlink (Jump to Url) of the form:

="javascript:window.open('"+Globals!ReportServerUrl
+"?/myreport&rs:Command=Render&rc:toolbar=false&rc:LinkTarget=_self"
+"&Action="+Fields!Action_ID.Value
+"','_self')"

First time I view the report, clicking on the link (correctly) launches
popup window displaying the specified report. However if I sort the table
first, the specified report appears in the same frame as the original report
(i.e. no popup).

If I view the source of the page before sorting I see:
<a
href="javascript:window.open('http://abentah3d05/ReportServer?/myreport&rs:Command=Render&rc:toolbar=false&rc:LinkTarget=_self&Action=465','_self')"
style="color:#009dd9" TARGET="_blank">465</a>

If I view the source after sorting, I see:
<a
href="javascript:window.open('http://abentah3d05/ReportServer?/Seer/LossReporting.ActionDetails&rs:Command=Render&rc:toolbar=false&rc:LinkTarget=_self&Action=465','_self')" style="color:#009dd9">465</a>

The key difference is that the TARGET="_blank" attribute is not in the
rendered html after sorting. Is this a known bug in RS2005? Is there any
RE: SSRS2005 - issue with hyperlink in report after sorting table Bava Mani
8/10/2006 9:04:02 AM
Im also gettign the same problem "rc:LinkTarget=_blank" is now working in
RS2005 it seems.
Its worked in 2000RS and how come it is not working in 2005RS. how they
have not tested this feature while moving forward?
strange!!!

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