Java and Jasper
- by bhargava
Hey Guys,
I have integrated Jasper Reports on my netbeans platform and i am able to generate reports using the following code.
Map<String, Object> params = new HashMap<String, Object>();
Connection conn = DriverManager.getConnection("databaseUrl", "userid","password");
JasperReport jasperReport =…