dcsline

Results 23 comments of dcsline

Open your jrxml filde with iReport, ther can you check the result preview. Is this okay for you then create in iReport the jasper file and build your report app...

look in my tested content for sample js: var fs = require('fs'); var jasper = require('node-jasper')({ path: '../lib/jasperreports-5.6.0', reports: { stock_ofertas: { jasper: __dirname + '/sample.jasper', jrxml: __dirname + '/sample.jrxml',...

Why you want build an json from an array? If you want do this, then look for tools which are build the json from an array.