Hello,
Greetings,,,!!
Is there any way to use jasper report in asp.net web application directly without publishing on jaspersoft server.
My majaor concern is that if i am creating jasper report for my web application and i need to display the report with my web application. so, there is need to having jaspersoft server in machine or else we can directly access that report.
Thanks..!!
1 Answer:
Posted on June 28, 2017 at 4:33pm
No, that is not possible. JasperReports is a Java library, IIS is .NET technology, the two do not intersect. IIS application can do web service calls to JasperReports server using REST v2 or Visualize.js to obtain reports but report generation will be done by Java regardless.