How to open a link in new browser window?

  • Hello,

    I set Action on one of the text boxes in my SSRS 2008 report as 'Go to URL'

    I pass projectID as a parameter to this URL and it opens a page with a list of projects related to a specific customer.

    Problem:

    When I click on the link, I get my current session with Report Manager overwritten and replaced with customer projects page. I need the link to open in new window.

    Any suggestions?

    Thanks,

    Peter Shvets.

  • In case anyone interested here is the solution:

    http://www.mssqltips.com/tip.asp?tip=1283

    basically I needed to use a javascript function:

    void(window.open('your url'))

    and define it in my Experssion for Go to URL Action.

    Peter.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply