A JFreeReport instance is used as report template to define the visual layout
of a report and to collect all data sources for the reporting. Possible data
sources are the
TableModel ,
org.jfree.report.expressions.Expression s
or
ReportParameters .
New since 0.9: Report properties contain data. They do not contain processing
objects (like the outputtarget) or attribute values. Report properties should
only contains things, which are intended for printing.
The report data source is no longer part of the report definition. It is an
extra object passed over to the report processor or generated using a report
data factory.
author: David Gilbert author: Thomas Morgner |