Sundhas
Sundhas

Reputation: 605

How to access database of JasperReports Server via API?

Can we access Database of JasperReports Server server through its API?

And do that allow us to make run time report?

If so how can we do that?

Upvotes: 3

Views: 2402

Answers (3)

Michael Flower
Michael Flower

Reputation: 11

Here's a link to a page which has a full example of how to write a c program to call an existing Jasper report from a remote client. http://community.ingres.com/wiki/Jaspersoft_WebServices_C_API

Upvotes: 1

Andrew
Andrew

Reputation: 2813

You can access JasperServer's resources using it's SOAP API... java-client can be found in jasperserver-common-ws-[VERSION].jar...
examples of usage are in doc folder of jasperserver as well... Document you need is "Jasper Server Web Services Guide"

Regards..

Upvotes: 2

Gordon
Gordon

Reputation: 4843

Have a look at the following wiki.

It shows you how to set up a Microsoft Sql Server as a JDBC DataSource on a Jasper Server.

Upvotes: 0

Related Questions