Forum Discussion
Anonymous
6 years agoNot applicable
How to export Excel file from Power BI report server using URL
Hi All, Is it possible to export a rdl report to Excel file using URL link? Regards, Jimmy
- 6 years ago
No, there are no changes to server settings required. Did you use the url format from the documentation link?
eg.
https://<server>/ReportServer?/<reportfolder>/<reportname>&rs:Format=PDF
Note that you need to use the Webservice url (/reportserver by default), not the portal url (/reports by default)
d_gosbell
6 years agoSuper User
No, there are no changes to server settings required. Did you use the url format from the documentation link?
eg.
https://<server>/ReportServer?/<reportfolder>/<reportname>&rs:Format=PDF
Note that you need to use the Webservice url (/reportserver by default), not the portal url (/reports by default)
Anonymous
6 years agoNot applicable
Hi,
Many thanks, it works now. Despite the web service url, the folder does not need to include the <home> folder.
Jimmy