Report Customization

Hi,

I have developed the java desktop application with bill generation using ireport designer.Now I need the guidance to customize the report at runtime .For example if iwant to remove or add the particular field in the report or ant to design the report based ion the customers requirements.I am using ireport designer for Report Design.Please help me to implement this.

Thanks in advance....

 

anand.vps's picture
Joined: May 3 2014 - 2:50am
Last seen: 7 years 11 months ago

1 Answer:

Follow through this tutorial and you'll see how you can use the Table Component in Jasper to dynamically hide/show columns based on input parameters or other conditions.

http://thinkinginsoftware.blogspot.com/2011/06/ireport-dynamically-hide-...

You can also make use of the "printWhenExpression" which can hide/show a band conditionally.

http://jasperreports.sourceforge.net/schema.reference.html#printWhenExpr...

When it comes to dynamic layouts, a little creative thinking can go a long way. Good luck!

 

darth_fader's picture
Joined: Mar 7 2010 - 9:45pm
Last seen: 14 hours 49 min ago
Feedback