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..

  • 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