Skip to main content

%ZEN.Report.Display.pageheader

deprecated class %ZEN.Report.Display.pageheader extends %ZEN.Report.Display.childrenNode

Specifies the section of the report display that will be placed as a header on every page. The height of the region used by the page header is given by the headerHeight attribute of the <document> tag. Note: The <pageheader> tag MUST be placed before the <body> tag.
In an HTML report, page headers are not supported, so the contents of <pageheader> are outputted once as a report header.

Property Inventory

Method Inventory

Properties

property regionName as %ZEN.Datatype.string;
Property methods: regionNameDisplayToLogical(), regionNameGet(), regionNameIsValid(), regionNameLogicalToDisplay(), regionNameLogicalToOdbc(), regionNameNormalize(), regionNameSet()

Methods

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, SectionName As %String = "") as %Status
method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean) as %Status
Inherited description: 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
Inherited description: This method outputs the necessary stylesheet information for the PDF report. Every tag should override this method.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab