reportingtroubles
Technical User
Working with SQL Server 2005 SP2 and MOSS 2007. Reporting services running in Native mode.
I have a report where I am using the navigation 'jump to url' with the code:
="javascript:void(window.open('htxp://<website>/" & Fields!Field.Value & "/default.aspx', '_blank'))"
also tried:
="javascript.void: (window.location.href='htxp://<website>/" & Fields!Field.Value & "/default.aspx')"
These work when the report is viewed from the report manager. This also works when using the combination of the Report Explorer and the Report Viewer web parts together.
However, when only the reportviewer webpart is on the page linking directly to the report the javascript does not work. The report runs, and in the lower left in IE(7) the message 'javascript.void: (window.location.href="...") shows, the pointer turns to the little hand... click... Nothing. Trying to right click and 'open in new window' (or new tab) does nothing either.
I have looked all over the place and have only found a few threads referring to this situation, but no answers.
Any help is hugely appreciated.
Thanks!
Eric
I have a report where I am using the navigation 'jump to url' with the code:
="javascript:void(window.open('htxp://<website>/" & Fields!Field.Value & "/default.aspx', '_blank'))"
also tried:
="javascript.void: (window.location.href='htxp://<website>/" & Fields!Field.Value & "/default.aspx')"
These work when the report is viewed from the report manager. This also works when using the combination of the Report Explorer and the Report Viewer web parts together.
However, when only the reportviewer webpart is on the page linking directly to the report the javascript does not work. The report runs, and in the lower left in IE(7) the message 'javascript.void: (window.location.href="...") shows, the pointer turns to the little hand... click... Nothing. Trying to right click and 'open in new window' (or new tab) does nothing either.
I have looked all over the place and have only found a few threads referring to this situation, but no answers.
Any help is hugely appreciated.
Thanks!
Eric