Report Headers

S

Secret Squirrel

How do you lock the report header to show on each page of the report? Right
now it just shows up on the first page of a multiple page report.
 
M

Marshall Barton

Secret said:
How do you lock the report header to show on each page of the report? Right
now it just shows up on the first page of a multiple page report.


The Report header only appeares on the first page.

The Page header appears on every page.

Using a group header's RepeatSection property can make it
appear once at the start of a group, or at the start of the
each group and near the top of the other pages.
 
Top