sakura
sakura

Reputation: 309

Using JasperReport API

I got stuck with one problem since a few months ago. Now I recall it and stand still get the same problem. I want to make JasperReports Server can print report without exporting to pdf format. And I also got some clues for that. To do so, we need to use JasperReport API. However, I don't really know how to use that library. Also as I searched, I can see only this link: http://community.jaspersoft.com/wiki/jasperreports-library-tutorial but it's not describable.

Please help me solve. Any ideas, or solutions are really appreciated

Sakura

Upvotes: 0

Views: 1623

Answers (1)

Akhilesh Singh
Akhilesh Singh

Reputation: 2586

Take a look at http://jasperreports.sourceforge.net/sample.reference/printservice/index.html. Note the name of the printers are commented. You will need to change the name to suit your needs.

Upvotes: 2

Related Questions