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

bgoodway

Members
  • Posts

    2
  • Joined

  • Last visited

bgoodway's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. That is what the line: <group name="DateBlock" isReprintHeaderOnEachPage="true"> is supposed to do.
  2. I'm trying to get the group header to print at the top of each page. It does print when the group changes. I have tried using the page header, but then I need this to not print if the page header just printed. I'm using iReport with NetBeans IDE 6.8 <group name="DateBlock" isReprintHeaderOnEachPage="true"> <groupExpression><![CDATA[$F{DateBlock}]]></groupExpression> <groupHeader> <band height="26"> <textField pattern="EEEEE"> <reportElement x="130" y="4" width="75" height="14" printWhenGroupChanges="DateBlock"/> <textElement> <font fontName="Cambria"/> </textElement> <textFieldExpression class="java.sql.Timestamp"><![CDATA[$F{DateBlock}]]></textFieldExpression> </textField> </groupHeader> </group>
×
×
  • Create New...