PDA

View Full Version : Can I create my report.xml dynamically?



Anonymous
06-03-2003, 11:07 PM
I wanna create my report.xml dynamically according to my tablemodel , and my tablemodel is created by resultset, so I wanna know whether I can create my report.xml dynamically
can anyone help me?
wei-x@mediamix.co.jp :( :cry: :cry: :cry:

Taqua
06-04-2003, 02:32 AM
Hi,

instead of creating XML code dnamicly, it would be better to use the API to create the report in that case.

Or use a combination of both, by creating an initial report definition by using the xml parser and then modifying the generated JFreeReport object by using the API.

Have more fun,
said Thomas