You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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