Passing Jtable instead of TableModel in JFreeReports?

A discussion forum for the JCommon class library.
Locked
gayathri
Posts: 3
Joined: Tue Nov 11, 2008 7:31 am

Passing Jtable instead of TableModel in JFreeReports?

Post by gayathri » Thu Jan 22, 2009 12:35 pm

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)?

Locked