I was creating a demo for Actions in SQL Server Analysis Services 2005 (SSAS) and was havingg a problem getting the “Server Name” and “Report Path” properties correct.
I finally got a combination that worked. Here are the values I used for a report named “EmployeeReport” in a folder named “Report Sample” on the local server (localhost)
Server Name: localhost/ReportServer/Pages/ReportViewer.aspx?
Report Path: Report Sample/EmployeeReport
To make this work in your situation you should enter the correct server name instead of “localhost”, annd the appropriate folder path on the report server to the report you want to render.


