Jump to content
We've recently updated our Privacy Statement, available here ×

Report Customization


anand.vps

Recommended Posts

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....

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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-show-columns.html

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

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

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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...