In the reports I create in IReport, the title area only exits on the first page and the page header area exits on all pages.
How can I make the title quit on all pages and the page header exit only on the first page?
In the "Print When Expression" option of Page Header I did this:
$V{PAGE_NUMBER} == 1
It worked, now it only displays on the first page.
In Title's "Print When Expression" option I did this:
$V{PAGE_NUMBER} >= 1
Only the title continues to display only on the first page ...