class %ZEN.Report.Display.pagefooter
extends childrenNode
Specifies the section of the report display that will be placed as a footer
on every page. The height of the region used by the page footer is given
by the footerHeight attribute of the <document> tag. N.B.: The <pagefooter>
region MUST be defined before the <body> region.
In an HTML report, page footers are ignored.
method %DrawPageToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, masterName As %String = "main")
as %Status
method %DrawStyleToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
as %Status
method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream)
as %Status
This method outputs the necessary stylesheet information for the HTML report.
Every tag should override this method.
method %DrawToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean)
as %Status
This method outputs the necessary stylesheet information for the PDF report.
Every tag should override this method.