Hi,
I am a newcomer to JFreeReport and would like to know if there is a simple way to exclude some rows of a table (lets say the first and the last one) from printing?
Regards
Helmut
Hi,
I am a newcomer to JFreeReport and would like to know if there is a simple way to exclude some rows of a table (lets say the first and the last one) from printing?
Regards
Helmut
Hi,
write a wrapper tablemodel which forwards the filtered requests to the wrapped model.
In the cvs is an example, which allows you to create asubset view of an tablemodel, removing a couple of lines from the start and the end of the child tablemodel.
Following the current release plan, better support for manipulating report tablemodels will be included in version 0.8.4.
Have more fun,
said Thomas
Hi,
could you tell me the URL of the example?
Thanks
Hi,
This tablemodel is at:
http://cvs.sourceforge.net/cgi-bin/v...ableModel.java
Have more fun,
said Thomas