I want to call JasperFillManager.fillReport(filePath+”.jasper”, param, con); where param is supposed to accept type Map. is there any solution
I want to call JasperFillManager.fillReport(filePath+.jasper, param, con); where param is supposed to accept type
Share
Simply use the constructor taking another map as an argument:
See this example: