Report title in IReport

0

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

    
asked by anonymous 09.03.2016 / 15:13

1 answer

0

The title band actually only appears once in the report. You can leave the Title band empty and put the title in the header band (Page Header).

    
09.03.2016 / 15:44