Skip to main content

%ZEN.Report.Display.xslt

deprecated class %ZEN.Report.Display.xslt extends %ZEN.Report.Display.node, %ZEN.Report.Display.tableOutput

Property Inventory

Method Inventory

Properties

property all as %ZEN.Datatype.string;
Property methods: allDisplayToLogical(), allGet(), allIsValid(), allLogicalToDisplay(), allLogicalToOdbc(), allNormalize(), allSet()
property children as list of node (XMLPROJECTION = "NONE");
Property methods: childrenBuildValueArray(), childrenCollectionToDisplay(), childrenCollectionToOdbc(), childrenDisplayToCollection(), childrenGet(), childrenGetObject(), childrenGetObjectId(), childrenGetSwizzled(), childrenIsValid(), childrenOdbcToCollection(), childrenSet(), childrenSetObject(), childrenSetObjectId()
property expressions as %ZEN.Datatype.list (DELIMITER = ";");
Property methods: expressionsDisplayToLogical(), expressionsGet(), expressionsIsValid(), expressionsLogicalToDisplay(), expressionsLogicalToOdbc(), expressionsNormalize(), expressionsSet()
property field as %ZEN.Datatype.string (XMLPROJECTION = "NONE");
Property methods: fieldDisplayToLogical(), fieldGet(), fieldIsValid(), fieldLogicalToDisplay(), fieldLogicalToOdbc(), fieldNormalize(), fieldSet()
property group as %ZEN.Datatype.string (XMLPROJECTION = "none");
Property methods: groupDisplayToLogical(), groupGet(), groupIsValid(), groupLogicalToDisplay(), groupLogicalToOdbc(), groupNormalize(), groupSet()
property html as %ZEN.Datatype.string;
Property methods: htmlDisplayToLogical(), htmlGet(), htmlIsValid(), htmlLogicalToDisplay(), htmlLogicalToOdbc(), htmlNormalize(), htmlSet()
property removeEmpty as %ZEN.Datatype.boolean (XMLPROJECTION = "NONE") [ InitialExpression = 0 ];
Property methods: removeEmptyDisplayToLogical(), removeEmptyGet(), removeEmptyIsValid(), removeEmptyLogicalToDisplay(), removeEmptyLogicalToOdbc(), removeEmptyLogicalToXSD(), removeEmptyNormalize(), removeEmptySet(), removeEmptyXSDToLogical()
property vars as %ZEN.Datatype.list (DELIMITER = ";");
Property methods: varsDisplayToLogical(), varsGet(), varsIsValid(), varsLogicalToDisplay(), varsLogicalToOdbc(), varsNormalize(), varsSet()
property xslfo as %ZEN.Datatype.string;
Property methods: xslfoDisplayToLogical(), xslfoGet(), xslfoIsValid(), xslfoLogicalToDisplay(), xslfoLogicalToOdbc(), xslfoNormalize(), xslfoSet()

Methods

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