Page 1 of 1

Passing Jtable instead of TableModel in JFreeReports?

Posted: Thu Jan 22, 2009 12:35 pm
by gayathri
Hi,

I am new to JFreeReports and java.
I am using JFreeReport 0.8.7 in my project to export a table as a report.

My table is getting dynamic values from a network device and the tablemodel is not updating properly.

So can you please tel me is it possible to pass Jtable instead of TableModel to generate a JFreeReport.

like instead of Setdata(Tablemodel) ,can we use setdata(Jtable)?