Hello.
I'm developing a report that lists the person's name and a table with their information. It is organized so that the name is on top of the table.
Nome: Fulano
Dado1 | Dado2 | Dado3
---------------------
aaaa | bbbbb | cccc
aaaa | bbbbb | cccc
aaaa | bbbbb | cccc
When you have a lot of information in the table it is continued on the next page, so here's the challenge. I want to make the person's name appear on this page. Something like the header. Is there any way to set the textbox for each page?