Skip to main content

%ZEN.Report.Display.pagebreak

deprecated class %ZEN.Report.Display.pagebreak extends %ZEN.Report.Display.node

This tag introduces a page break into PDF reports.
In HTML reports, the page break will be honored by a printer, but on-screen it is only drawn as a dashed line.

Method Inventory

Methods

method %DrawToHTML(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef 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, ByRef 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