You are not logged in.
Hi,
It seem that the ReportServer have REST API and Scripting.
Does it also have Java SDK or .NET?
Is it possible to write an application to view, print, schedule the Crystal Reports from the ReportServer?
If yes then which one I have to use, Scripting?
Cloud you please tell me where the document, reference and sample to do this?
Thanks and regards.
Offline
Hi chupong.c,
you can use the URL syntax for executing reports (including Crystal Reports) from any location: https://reportserver.net/en/guides/admi … a-the-URL/
You can also write a script (see https://reportserver.net/en/guides/script/main/) for your other purposes. Scripts can also be executed via URL: https://reportserver.net/en/guides/scri … rs/Basics/ (3.2. Executing Scripts via URL)
Scheduling is easy by script, pls refer to this example: https://github.com/infofabrik/reportser … ler.groovy
Regards,
Eduardo
Offline
Hi Eduardo,
As I try URL syntax for executing reports in pdf format in the browser, it will download pdf file.
How can I show this pdf in the browser not download?
Offline
Ok, I get it now.
Use v:preview
https://SERVER:PORT/reportserverbasedir/ReportServer.html#reportexec/
Offline