Jump to content

Displaying the last element in a last page footer


uniteddeveloper

Recommended Posts

Referring the code below, I have an XML datasource that has a number of <stock> elements.  Within each stock element is a sub-element named <line-comment>.  All but the last <line-element> is blank.  The last element contains a string that I would like to display in the last page footer.  The question is how do I do this using iReport 3.7.4?

Code:
<invoice>  <stock>    <line-element></line-element>  </stock>  <stock>    <line-element></line-element>  </stock>  <stock>    <line-element></line-element>  </stock>  <stock>    <line-element>A string for the last element.  I want this to be displayed in the last page footer</line-element>  </stock></invoice>
Link to comment
Share on other sites

  • Replies 0
  • 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...