Input Type
Overview
Constants Summarized
Type
Name
Summary
Constants Detailed
CSV
var $parameters = null; //...
var $repfile = 'report.jrxml';
var $xmlDataCombined = plugins.file.readTXTFile('/path/to/datasource.xml');
var $locale = 'en';
plugins.jasperReports.runReport(
plugins.jasperReports.INPUT_TYPE.XML,
$xmlDataCombined,
'/node/to/iterate/on',
$repfile,
null,
OUTPUT_FORMAT.VIEW,
$parameters,
null)DB
JRD
XML
Last updated
Was this helpful?