Defining a global Page Header

Hello,


I am new to FastReport 4 and have got a simple problem I am not able to fix.

I have created a simple report with two different pages. Now I want so print a static header text on each page.
I added the element "PageHeader" to the first page and placed a simple textfield with the content "test" into the band.
Then I addet a second page. I also put a MasterData element on each page.

My report structure now looks like this:

Report
- Data
- Page1
-- PageHeader1
--- Memo1
-- MasterData1
--- Memo2
- Page2
-- MasterData2
--- Memo3

Unfortunately I can only see my PageHeader element on the first page.



How can I configure the first PageHeader element as a master for all following pages?


Thank you in advance
Philipp

Leave a Comment