Skip to main content

%ZEN.Report.Display.caption

deprecated class %ZEN.Report.Display.caption extends %ZEN.Report.Display.item

If an element within a table has a <caption> tag as a child, it defines the data that will be placed in the header row or column for that element. If no element within a table has a <caption> tag, no footer row/column is generated. If one does not desire special styling for the caption, one can also use a caption attribute on most tags as a short-hand.

Property Inventory

Method Inventory

Properties

property group as %ZEN.Datatype.string (XMLPROJECTION = "none");
Property methods: groupDisplayToLogical(), groupGet(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupSet()
property removeEmpty as %ZEN.Datatype.boolean (XMLPROJECTION = "NONE") [ InitialExpression = 0 ];
Property methods: removeEmptyDisplayToLogical(), removeEmptyGet(), removeEmptyIsValid(), removeEmptyLogicalToDisplay(), removeEmptyLogicalToOdbc(), removeEmptyLogicalToXSD(), removeEmptyNormalize(), removeEmptySet(), removeEmptyXSDToLogical()

Methods

method %DrawCellFO(ByRef context As %Library.String, ByRef XSL As %Library.GlobalCharacterStream, ByRef delay As %Library.GlobalCharacterStream, orient As %Library.String) as %Status
method %DrawCellFO1(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream) as %Status
Inherited description: Part of the tableOutput API that displays the element contained in a table cell for the PDF report.
method %DrawCellToHTML(ByRef context As %Library.String, ByRef XSL As %Library.GlobalCharacterStream, ByRef delay As %Library.GlobalCharacterStream, orient As %Library.String) as %Status
Inherited description: Part of the tableOutput API that displays the element contained in a table cell for the HTML report.
method %DrawCellToHTML1(ByRef context As %String, ByRef XSL As %GlobalCharacterStream, ByRef delay As %GlobalCharacterStream) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab