Jump to content
Changes to the Jaspersoft community edition download ×

After setting page break element correnctly my page doesn't get break while exporting to pdf


aypatel90

Recommended Posts

Hello everyone. I have create a report in which I have put a teble component with page break element in detail band.

I want to break that table data into two pages(each having 10 records) so I set page break element given below.

<break>
                <reportElement x="0" y="121" width="555" height="1" uuid="a1f18713-9c4a-4b85-adcf-08172b3508d6">
                    <printWhenExpression><![CDATA[$V{REPORT_COUNT} % 10 == 0]]></printWhenExpression>
                </reportElement>
</break>

Still it is not getting break. I have used jdbc connection.Moreover I have attached my jrxml file.

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