Hyperlink report in new page..Urgent
-
Monday, February 27, 2006 4:28 PM
I am working with two reports. The first reprot has a hyperlink to a textbox which opens a second report. This all works fine, but the when the hyperlink is clicked the second report open on top of the first report. I want the second report to open in a another seperate window, so that i can view two reports at the same time.
Can you please help me .. it's urgent.
All Replies
-
Tuesday, February 28, 2006 12:52 AM
Hi
try this I found it on Google
=void(window.open('" & Globals!ReportServerUrl & "?/Directory/ReportName&ParameterName=" & Parameters!ParameterName.Value & "&rs:Format=HTML4.0','_blank','resizable=yes'))"
it worked for me.
(you have to deploy it to test it)
-
Tuesday, February 28, 2006 12:55 AM
forgot.
use ="java_script: (before void, remove the _ )
="java_script:void(window.open('" & Globals!ReportServerUrl & "?/Directory/ReportName&ParameterName=" & Parameters!ParameterName.Value & "&rs:Format=HTML4.0','_blank','resizable=yes'))"
-
Tuesday, February 28, 2006 8:24 AM
I use
="java_script:void(window.open('" & "http://server06/ReportServer$Server062005" & "/Pages/ReportViewer.aspx?%2fAccount+Receivable%2fFinishGoodAtyAndNetModelType&Customer="& Fields!Customer.Value & "&Period=" & Fields!Period.Value & "&rs:Format=HTML4.0','_blank','resizable=yes'))"
but when clicking the link:
and web page display the error mesaage:
Reporting Services Error
- An attempt has been made to use a rendering extension that is not registered for this report server. (rsRenderingExtensionNotFound) Get Online Help
-
Tuesday, February 28, 2006 2:56 PMi tried
="java_script:void(window.open('" & Globals!ReportServerUrl & "?/Directory/ReportName&ParameterName=" & Parameters!ParameterName.Value & "&rs:Format=HTML4.0','_blank','resizable=yes'))"
with removing the "_" from java_script...
but stil it does not work..
i have the sp1 & sp2 intalled with hot fix..
please help

