Embedding the Reporting Engine Into a Java Application
This section shows in detail how to build a simple reporting application around the Pentaho Reporting engine. There are three classes for the two examples shown in this section:
- AbstractReportGenerator.java
- Sample1.java
- Sample2.java
You can find the full example source code, plus the .prpt report file they use, in the /source/org/pentaho/reporting/engine/classic/samples/ directory in the Pentaho Reporting SDK.