Crystal Reports for Rational Application Developer Designer Guide
To add a POJO data source to a new
report
In the Package Explorer
view, right-click your class, point to
Crystal
Reports, and click
Add to a new
Crystal Report.
Type a report name and
then click
Finish.
The POJO datasource is added to your
report. The class appears as a table in the
"Field Explorer". The table has the same name
as the class. Also, using the example above, the property declaration "public
int employee_ID;" results in a field called employee_ID and the method
signature "public String getLastName()" results in a field called LastName.