Jump to content

Reprint header on each page but only 1 anchor


ge0ffrey

Recommended Posts

I've got a group which has a header to reprint on each page,

but I don't want to have an anchor for each page. I want an anchor only for the first page of each group.

Is that possible?

Here's my code:

<group name="a" isReprintHeaderOnEachPage="true">
    ...
    <groupHeader>
      <band height="50">

        <textField bookmarkLevel="1">
          ...
          <textFieldExpression class="java.lang.String">$F{b}</textFieldExpression>
          <anchorNameExpression>$F{b}</anchorNameExpression>
        </textField>

I've tried inserting dummy groups with an empty textfield with an anchor, but that anchor simply doesn't show.

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