ghanshyam.mirani
ghanshyam.mirani

Reputation: 3101

First page blank in Crystal Report

I have crystal report. I have grouping in fields.

I have set NewPageAfter = true for group. i supressed page header.. still i am getting first page blank in report..

how can i solve this issue?

Thanks in Advance

Upvotes: 1

Views: 2428

Answers (1)

vice
vice

Reputation: 605

NewPageAfter=true needs to be set at the "bottom" of the group; in the footer. If you set it in the group header it will print the header and then force a page break.

Make sure it is also not ticked on any of the headers above it and ensure "NewPageBefore" is un-ticked in the group details.

You should also try un-ticking "Keep Together" - as this will allow crystal to split the group over multiple pages.

Upvotes: 3

Related Questions