Bozarth
Bozarth

Reputation: 186

Retrive a PDF from running a report with JasperReports Server API

I am trying to run a report with the API provided by Jasper and get back a PDF. I am using C#. Their documentation say that it will be attached to the response but is not clear as to how one would go about getting the file or where really the response is. I apologize if this question is not terribly well informed and I am just missing something but I just started looking at this today. Thank you in advance.

Upvotes: 3

Views: 6567

Answers (2)

user1638380
user1638380

Reputation: 23

You can run e report and get back it in different ways.

If you use HTTP API you just need to link to the report you want and provide username and password, instead you can use webservice and in that way you will have the report attached to the http response.

Hope this could help you!

Upvotes: 0

Related Questions