| Class | Description |
|---|---|
| AbstractReportGenerator |
This is the base class used with the report generation examples.
|
| Sample1 |
Generates a report in the following scenario:
The report definition file is a .prpt file which will be loaded and parsed
The data factory is a simple JDBC data factory using HSQLDB
There are no runtime report parameters used
|
| Sample2 |
Generates a report in the following scenario:
The report definition file is a .prpt file which will be loaded and parsed
The data factory is a simple JDBC data factory using HSQLDB
There are no runtime report parameters used
|
| Sample3 |
Generates a report using a paginated Swing Preview Dialog.
|
| Sample4 |
Servlet implementation which generates a report and returns the report as an HTML
stream back to the browser.
|
| Enum | Description |
|---|---|
| AbstractReportGenerator.OutputType |
The supported output types for this sample
|
Copyright © 2018 Hitachi Vantara. All rights reserved.