[reportlab-users] RML and Headers
Remy Pinsonnault
remy_pinsonnault at roche.ca
Tue Apr 26 13:27:29 EDT 2005
A basic question in RML:
How can I insert a header on each page.
I can do it this way with repeatrows of a blockTable that extends on more
than one page but is there a better way of inserting headers with RML, maybe
with frames? I can't find an example in the RMLUserGuide... Thanks!
<story>
<blockTable colWidths="19cm" style="general" repeatRows="3">
<tr>
<td tal:content="structure here/DDOC_Header">
Cabecera del documento
</td>
</tr>
<tr>
<td>
<para style="miparatitulo">
DECLARACIÓN ANUAL CONSOLIDADA 2004
</para>
</td>
</tr>
<tr>
<td><spacer length="0.2cm"/></td>
</tr>
Here the is loop that extends on more than one page.
</blockTable>
</story>
More information about the reportlab-users
mailing list