x'tian
x'tian

Reputation: 734

Repeat header on every page

I want to repeat the header with the image (Report Header a) on every page and display the page number at the bottom of every page. But I want (Report Header c) to come after the image.

enter image description here

Upvotes: 1

Views: 5091

Answers (2)

Krum
Krum

Reputation: 150

The report header show only once per report... so you have to use the page header.

Right click on the page header section > insert > group > options > mark the checkbox "Repeat Group Header on Each Page" and voila.

Upvotes: 1

4444
4444

Reputation: 3680

Turn both Report Header A and Report Header C into Page Headers, then use this formula in the suppression logic for Report Header C:

PageNumber <> 1

This makes the header with the image display on every page, but the header with Date Prepared will only show up on the first.


To display the Page Number on every page, move Page N of M to the Page Footer.

Upvotes: 1

Related Questions