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

how to make page footer shows on the last page of the report


jasperbox

Recommended Posts

I have the following page footer in the master report, and the master report has other sub-reports. I only want the page footer to show ONCE on the last page of the report. However, it turns out it shows on every single page. Any ideas? thanks a lot!!

 <pageFooter>
  <band height="50">
   <rectangle>
    <reportElement x="2" y="0" width="465" height="40"/>
   </rectangle>
   <staticText>
    <reportElement x="1" y="0" width="463" height="39"/>
    <textElement/>
    <text><![CDATA[This is the sample footer]]></text>
   </staticText>
  </band>
 </pageFooter>

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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