How to open a url in a new window using SSRS 2008 reportviewer control

  • I need to open a web page in a new window as a link from a cell in an SSRS 2008 report. I found a reference on the web to say the best way to do this is to put in something like:

    ="void(window.open('"+ Fields!ReferURL.Value + "','_blank'))"

    where the Fields!ReferURL.value is the page you want to navigate to in another window.

    This works perfectly in report manager once the report has been deployed.

    However, when we run the report from within a web page using the reportviewer control, the link does nothing at all.

    Does anyone know how to get round this please?

  • In the Design mode, right click the cell and go to "Text Box Properties.."

    Go to Action tab. There is a option there "Go to URL". I have never tried it, but it seems straight forward and it should work.

    ------------
    🙂

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

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