Call crystal reports via java

I have one crystal report, and I want to create one application for the external interface, using java to display reports to the user. Can someone give me some code on how I can call crystal reports through a Java application?

+4
source share
2 answers

There is a third-party crystal clear tool that we use in my company that does this. I will give you a few words of caution, though, this is not free, and you need to make changes to your application to support it. We use it with jsps, but this is pure java, so theoretically you can use any of the front-end technologies with which you noted this question.

+3
source

You can do this using Crystal Reports for Eclipse . It has an API for Java and web applications.

+1
source

All Articles