I'm developing for NFe as well, I believe this part of DANFE is in the header (header) of report sim. In the NFe taxpayer handbook in item 7.5 (page 140) talks about additional sheets and these fields you mentioned should be repeated on all sheets if your DANFE has more than one sheet. Soon the ideal and leave these fields in the header of the report, but you will find another problem, with the header implanted in the other leaves CANHOTO will appear on every page and we want it to appear only in the first one.
to solve the problem of the left-handed --- Finally the solution:
For CANHOTO to appear only on the first page you just select the textbox's of the left-hand side and in the HIDDEN property put the following code:
=IIF(Globals!PageNumber = 1,False,True)
Stormwind thanks for the hint in editing my answer, I believe it was clearer this way. I hope it helps other people.