Report title in Ireport

Asked

Viewed 293 times

0

In the reports I create in Ireport, the title(title) area only comes out on the first page and the header(header) area comes out on all pages.

How can I get the title out on all pages and the page header out only on the first page?

In the "Print When Expression" option of Page Header I did so:

$V{PAGE_NUMBER} == 1

It worked, now only displays on the first page.

In the "Print When Expression" option of Title I did so:

$V{PAGE_NUMBER} >= 1

Only the title keeps showing only on the first page...

1 answer

0

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

  • In the title I have things that I want to always appear, and in the header there is something that I want to appear only on the first page, I already set the header to appear only on the first page, if I put the header title will appear only on the first page. But then you can tell me to take out the header setting to appear on all pages and put the header title, but if I do this the header title will appear on all pages, but the rest of the header content that I want to appear only on the first page will also appear on all.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.