Reporting Services Help
Hi all, I have Faced on scenario in normally when we want to navigate into other report or URL we use action tab ,in URL case we can used javaecript to open URL In new window ,so i want to know is it possible when we navigate into a perticular reportYashwant Singh Mourya.
July 12th, 2011 9:20am

Let me get this straight - 1. You want Report A to have a hyperlink that pops a new window that renders Report B? I haven't done this specifically, but you would have to change the "target" attribute of the resultant <a> tag on report A, and I'm not sure if SSRS provide that level of control.
Free Windows Admin Tool Kit Click here and download it now
July 12th, 2011 10:27am

yup!!!! I exaclty want that i want Report A to have a hyperlink that pops a new window that renders Report B? (Not used URL Option into Textbox Action Prop. i want to user Report option)Yashwant Singh Mourya.
July 13th, 2011 2:21am

Hi YASHWANT, Currently, we can only add a “Go to URL” action and use javascript so that click a hyperlink to open a new window and render other report. In a sense, the “Go to URL” action is design for the current requirement(open a new window to render a report) or others. For more information about URL Access, please refer to the article below: http://msdn.microsoft.com/en-us/library/ms153586.aspx If you have any more questions, please feel free to ask. Thanks, Bin Long
Free Windows Admin Tool Kit Click here and download it now
July 13th, 2011 5:01am

Hi Bin I want to use like that ="javascript:void(window.open(Reportname only ))" {Not Used URL}Yashwant Singh Mourya.
July 13th, 2011 5:41am

Hi YASHWANT, In order to open a new window, we can use the window.open() method of javascript. The general syntax of the window.open() method is as follows: winRef = window.open( URL, name [ , features [, replace ] ] ). I’m afraid the report name instead of the URL address is impossible. If this feature is necessary for you, I would recommend you submit a wish to the Microsoft Connect at this link https://connect.microsoft.com/SQLServer/Feedback. Your feedback is valuable for us to improve our products and increase the level of service provided. We appreciate for your understanding. If you have any more questions, please feel free to ask. Regards, Bin Long
Free Windows Admin Tool Kit Click here and download it now
July 14th, 2011 2:00am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics