This attribute of a Layout Node object specifies that the content
of the node should print on its parent MiniPage at
the location this property.
Type: Enum.
When you select a MiniPage for a page header or footer, for example,
you specify where the container should be printed on its parent MiniPage by
setting the section property. The report output prints any headers
and footers that you have set, based on priorities of each of these
values:
- firstPageHeader - the Page Header to be printed on the
first page only; if this section is defined, subsequent Page Headers
begin printing on the second page.
- anyPageHeader - the Page Header for every page, unless
separate Odd and Even Page Headers are defined.
- oddPageHeader, evenPageHeader - specific Page Header
to be printed on odd or even pages.
- firstPageFooter - a Page Footer that prints on the first
page only; if this section is defined, subsequent page footers begin
printing on the second page.
- anyPageFooter - the Page Footer for every page, unless
separate Odd and Even Page Footers are defined.
- oddPageFooter, evenPageFooter - specific Page Footer
to be printed on odd or even pages.
- itemSeparator - prints between each sibling element, as
long as there is more than one element
If you have an anyPageHeader and a firstPageHeader, for example,
the anyPageHeader content will print only on the second and subsequent
pages.
Important: If you set the section property for any
node, the node may not be preceded in its sibling list in the Report
Structure tree by any nodes that do not have this property set.
See Print
Headers and Footers.