Jasper Report and C #

1

I have a big question, it is possible to include jasper-report in C # , since I have searched everywhere on the Internet and it does not give me information about whether You can use, I found about Crystal Report but I can not use it.

    
asked by Alejandro Fernandez 17.05.2016 в 03:46
source

2 answers

1

Jasper Reports is made in Java and needs an execution engine on Java to be compiled and generated. Jaspersoft Community , the company that maintains Jasper Reports and associated technologies, does not indicate anything about the use of Jasper Reports in technologies outside the JVM.

For your part, you may need to investigate about solutions of reports made in C # such as Crystal reports. Or, you could create a small module made in Java that generates the reports using Jasper and that you call this module through your application C #, so that you integrate the use of Jasper to your C # applications.

    
answered by 17.05.2016 в 04:25
-1

You can use the Visual View Reporter as an alternative, it is very easy to use, I leave a link to a video explaining how to use and design your reports with c # link

I wait and serve you.

    
answered by 20.05.2016 в 23:02