Home Forums Reporting Services SSRS 2014 What URL should I give to run the report directly.. RE: What URL should I give to run the report directly..

  • Sue_H - Tuesday, November 14, 2017 1:04 PM

    For the go to URL and opening a new window, it needs to be java script. Something like:
    ="void(window.open('http://YourPathToReport','_blank'))"

    Sue

    ="void(window.open('http://www.google.com','_blank');"

    I tried but it does not work