Friday, March 9, 2012

Open a url from report in new window

Hello,

I have areport with a text box. The text box is hyperlinked to another report url. The report opens in a new page when previewed with RS 2005 but when deployed the report opens in teh same page from where it is referenced.

How can I set a property with the texbox to always open in a new page the hyperlinked report.

Thanks in advance

'Kiran.

You can set the &rc:LinkTarget= URL parameter to use &rc:LinkTarget="_blank"

http://msdn2.microsoft.com/en-us/library/aa179583(SQL.80).aspx

Not sure if you can set the property directly from the report itself.

cheers,

Andrew

No comments:

Post a Comment