Hello all,

Is it a normal way to create jrxml file for jasperreport dynamically?

I ask this because I want to skip all fields with null values so that the
report looks more tight. Especially for the page header, which contains
company information, for example, if the company has no web site or fax
number, I can skip to print this field on the page header.

Besides, is there any library to help create the jrxml file? For example, 
:
:
report.create("abc.file");
report.addBand();
report.addTextField("name");
:
:

I have searched online but no one uses similar things. 

Thank you for any help!

Terry.
 
-- 
View this message in context: 
http://old.nabble.com/dynamic-create-jasper-jrxml-file-tp29951173p29951173.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to