Skip to main content

%ZEN.Report.Display.barcodeOptions

deprecated class %ZEN.Report.Display.barcodeOptions extends %ZEN.Report.Display.contentNode

The contents of a <write> node are directly outputted to the stylesheet. This is often used in conjunction with the <html> and <fo> tags.

Property Inventory

Method Inventory

Properties

property XMLEscape as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: XMLEscapeDisplayToLogical(), XMLEscapeGet(), XMLEscapeIsValid(), XMLEscapeLogicalToDisplay(), XMLEscapeLogicalToOdbc(), XMLEscapeLogicalToXSD(), XMLEscapeNormalize(), XMLEscapeSet(), XMLEscapeXSDToLogical()

Methods

method %DrawToHTML(ByRef context As %Library.String, XSL As %Library.GlobalCharacterStream, delay As %Library.GlobalCharacterStream, ByRef incell As %Library.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, XSL As %GlobalCharacterStream, delay As %GlobalCharacterStream, ByRef incell As %Boolean, ByRef xmlfile As %String) 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