#1 2024-04-26 04:40:41

chupong.c
Member
Registered: 2024-04-25

Can I create a Java app to view, print, schedule Crystal Reports?

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

#2 2024-04-29 12:31:22

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Can I create a Java app to view, print, schedule Crystal Reports?

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

#3 2024-04-30 11:01:55

chupong.c
Member
Registered: 2024-04-25

Re: Can I create a Java app to view, print, schedule Crystal Reports?

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

#4 Yesterday 10:29:33

chupong.c
Member
Registered: 2024-04-25

Re: Can I create a Java app to view, print, schedule Crystal Reports?

Ok, I get it now.
Use v:preview

https://SERVER:PORT/reportserverbasedir/ReportServer.html#reportexec/

Offline

Board footer

Powered by FluxBB