Skip to main content

%ZEN.Report.Display.body

class %ZEN.Report.Display.body extends %ZEN.Report.Display.category

Specifies the section of the report display that will be used as the body of the report.

Property Inventory

Method Inventory

Properties

property appendIdToZenLastPage as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Append group id to %ZENLastPage for uniqueness
id of body is appended. Unlike genLastPageIdOn does not use xpath.
Property methods: appendIdToZenLastPageDisplayToLogical(), appendIdToZenLastPageGet(), appendIdToZenLastPageIsValid(), appendIdToZenLastPageLogicalToDisplay(), appendIdToZenLastPageLogicalToOdbc(), appendIdToZenLastPageLogicalToXSD(), appendIdToZenLastPageNormalize(), appendIdToZenLastPageSet(), appendIdToZenLastPageXSDToLogical()
property blockZENLastPage as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Boolean flag to block lst page reference creation
Property methods: blockZENLastPageDisplayToLogical(), blockZENLastPageGet(), blockZENLastPageIsValid(), blockZENLastPageLogicalToDisplay(), blockZENLastPageLogicalToOdbc(), blockZENLastPageLogicalToXSD(), blockZENLastPageNormalize(), blockZENLastPageSet(), blockZENLastPageXSDToLogical()
property foStyle as %ZEN.Datatype.string;
Property methods: foStyleDisplayToLogical(), foStyleGet(), foStyleIsValid(), foStyleLogicalToDisplay(), foStyleLogicalToOdbc(), foStyleNormalize(), foStyleSet()
property genLastPageIdOn as %ZEN.Datatype.string;
XPath value to use when generating the last page reference
Would normally be used in coordination with an item special that includes an xpath, for instance,
Property methods: genLastPageIdOnDisplayToLogical(), genLastPageIdOnGet(), genLastPageIdOnIsValid(), genLastPageIdOnLogicalToDisplay(), genLastPageIdOnLogicalToOdbc(), genLastPageIdOnNormalize(), genLastPageIdOnSet()

Methods

method %DrawToXSLFO(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean = 0) 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