Is there any way of generating jasper report from a .Net 3.5 application ??
Please let me know any chances
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the REST Based API for Jasper reports which is language independent.
http://community.jaspersoft.com/wiki/getting-started-rest-web-service-api
Apart from that you have JNI4NET which is a bridge between .net and java applications.
Use the generateProxies tool that comes with the package to generate a proxy for the JAVA class you directly reference from within .NET.
But the REST Api is the recommended method… as it is directly supported by Jaspersoft.