Skip to main content

%ZEN.Report.Display.variable

deprecated class %ZEN.Report.Display.variable extends %ZEN.Report.Display.childrenNode, %ZEN.Report.Display.tableOutput

variable has contents that define an XSL variable

Property Inventory

Method Inventory

Properties

property group as %ZEN.Datatype.string (XMLPROJECTION = "NONE");
Property methods: groupDisplayToLogical(), groupGet(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupSet()
property name as %ZEN.Datatype.string;
name names the variable
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property removeEmpty as %ZEN.Datatype.boolean (XMLPROJECTION = "NONE");
Property methods: removeEmptyDisplayToLogical(), removeEmptyGet(), removeEmptyIsValid(), removeEmptyLogicalToDisplay(), removeEmptyLogicalToOdbc(), removeEmptyLogicalToXSD(), removeEmptyNormalize(), removeEmptySet(), removeEmptyXSDToLogical()

Methods

method %DrawToXSLFO(ByRef context As %Library.String, ByRef XSL As %Library.GlobalCharacterStream, delay As %Library.GlobalCharacterStream, ByRef incell As %Library.Boolean) as %Status
%DrawToXSLFO() emits an XSL variable instruction and invokes %DrawToXSLFO on all the variable's children

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab