You are not logged in.
Pages: 1
Hi,
According to https://reportserver.net/en/guides/scri … ts-via-URL, it is possible to execute script not only by id but also by path.
http://SERVER:PORT/reportserverbasedir/reportserver/scriptAccess?id=15
I have file 'mylogin.rs' in /fileserver/bin/.
How should I pass the path in the url?
I tried:
http://127.0.0.1:81/reportserver/report … mylogin.rs
but it didn't work. If I change only 'path=...' to 'id=1011 it works...
Last edited by Patryx (2019-05-10 12:29:22)
Offline
Hi Patryx,
http://127.0.0.1:81/reportserver/report … mylogin.rs
we will update the documentation with this example.
Regards,
Eduardo
Offline
Thanks Eduardo, such an url works
Offline
Pages: 1