I have a problem with Data Source in Java
Posted: Thu Apr 10, 2014 9:42 am
Hi,
Can I use a Datatable as a Data Source in Reports.Fx?
like this:
If it can do, would you give some example codes?
Can I use a Datatable as a Data Source in Reports.Fx?
like this:
Code: Select all
DataTable table = this.LoadCSV();
report.RegData("CSVData", table);