Summary
Repeat content in Header
Content
Hello,
I'm working on a report where I need to have a barcode (amongst other content) that repeats itself on all the pages in the header. The thing is that this used to work before because I had this structure :
"content to be repeated in header"
<?start:body?>
"content not to be repeated"
< ?end:body?>
But the thing is I enabled multi-reporting so I could select multiple shipments (my reports are based on a shipment number) so it gives out multiple report in one PDF. So, now that I have activated this, I must use this structure :
<?start:body?>
"content to be repeated"
"content not to be repeated"
< ?end:body?>
If the <?start:body?> comes after the "content to be repeated", I will get this message of error:
element xdofo:start is not supported yet.
PS :The "repeat as header" option in table properties doesn't work