Skip to content

andretads/ireport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ireport component

The ireport component provides facilities for integrating applications with the use of report generation components.

Its objective is to reduce the complexity for: reading, generating and viewing reports.

Use Example

List<Object> objects = ... // your list of objects from database, etc

Map<String, Object> params = newHashMap();
params.put("ONE_PARAM", new Object());

Report report = new ReportImpl("report.jrxml");
byte[] relbytes = report.export(clockMirrors, params, TypeReport.PDF);

About

Component that facilitates the handling of reports with JasperReports library

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages