intive-FDV / DynamicJasper

Dynamic Reports using Jasper Reports
http://intive-fdv.github.io/DynamicJasper/
GNU Lesser General Public License v3.0
241 stars 128 forks source link

set the dataset to jrxml template file #107

Open Annapurna-Kotte opened 3 years ago

Annapurna-Kotte commented 3 years ago

Hi Team, Am using FastReportBuilder to build the dynamic reports. And I have the template file (jrxml) and it has the its own fileds. In our Application I have used method objFastReportBuilder.setTemplateFile("template path", true, true, true,true).

But in generated pdf file report shows the null values instead of actual filed value which defined in jrxml file.

Can anyone help me to how to send the data to the template file and how the Jrxml fileds are get evaluated. If you provide any example with this option objFastReportBuilder.setTemplateFile("template path", true, true, true,true), that will be very helpful