Monday 8 December 2014

Tip : Print Column Headers only to the 1st page of the report in Jasper iReport/Studio (By default column headers will print


Steps
1) Select individual Text box of column Header and go to the properties.
2) Write $V{PAGE_NUMBER}==1 expression for PrintWhenExpression property.
3) Repeat the same for all the text boxes and save your report and preview.


Sample Images :




Sample output:
Image 1 :



Image 2:





1 comment:

  1. Thank you sir. Its working at me.

    1) Select Static Text of column Header and go to the properties.
    2) Write $V{PAGE_NUMBER}==1 at PrintWhenExpression property.
    3) Repeat the same for all the text boxes and save your report and preview.

    ReplyDelete