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

print each row in a separate page


ntlong

Recommended Posts

Hi,

I want to create a report which has each row in a separate page. I try to put a page break at bottom in detail element. It works but it also print a blank page at the end.

Does anyone know a solution for that?

Thanks.

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

You also could group data instead of using page breaks.

To have single records per page use the dummy group below:

Hope this helps,

sanda

Code:
<group name="OneRecordGroup" isStartNewPage="true">  <groupExpression><![CDATA[boolean.valueOf($V{OneRecordGroup_COUNT}.intValue() > 1)]]></groupExpression></group>
Link to comment
Share on other sites

  • 3 years later...
  • 3 years later...

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