I am trying to build a URL so that when I enter the URL, I will get excel export of the SSRS report.
If I browse to http://abc-1/Reports/Pages/Folder.aspx, I can view all the reports. One of the reports' name is "displayprojects"
So, I used below URL to try to get an excel export:
http://abc-1/Reports?/displayprojects&rs:Command=Render&rs:Format=EXCEL
The above URL is not working. Can someone help me construct the correct URL?
Thanks!