Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{scrollbar}

This action generates JFree reports using JFree report definitions or Report Wizard Specification.

...

data -- also may use "default", specifies the main datasource to use for this jfreereport.  Other datasources may be defined for subreports, their names must match that of the subreport query source.
class-location -- used in conjunction with report-jar, this may specify the data source class location.
config_parameters -- specifies a map or result set that is used to populate jfreereport configuration properties
report-definition -- dynamically references a provided jfreereport resource definition
resource-name -- specifies the resource name in which to load the jfreereport resource definition
report-location -- used in conjunction with report-jar, this may specify the jfreereport resource definition
res-url -- optional input that may specify the base url
printer-name -- if specified, the printer jfree component is used to generate the report.
output-type -- the type of output to be generated by jfreereport.  Valid options include html, pdf, csv, xml, rtf, xls, swing-preview
yield-rate -- if specified, calls Thread.yield at the interval specified
create_private_report -- if set to true, clones the report object to guarantee a single use
report-priority -- specifies the thread priority when generating the jfreereport.  Valid options include normal, lower, and lowest

...