Header and Footer

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Pagination >

Header and Footer

To display headers and footers use CSS  property position = running (heading / footer)

Standard  report style declares two classes: .pageheader and . pagefooter allowing display element in a header or footer. For example

<div class="pageheader">

Fish world

</div>

 

To display a page number use CSS property content: counter (page)

Standard report style declare .page class for displaying page numbers. For example

<div class="pageheader">

Fish world. Page: <span class=”page”/>

</div>