Skip to main content

%ZEN.Report.Display.cssinclude

deprecated class %ZEN.Report.Display.cssinclude extends %ZEN.Report.Display.node

The <cssinclude< tag provides a mechanism for including external CSS stylesheets in the HTML report.

Property Inventory

Method Inventory

Properties

property href as %ZEN.Datatype.uri;
Specifies the location of the external css stylesheet. Note: some browsers will have trouble if the file does not end in .css.
Multiple stylesheets can be linked by entering a comma-delimited list.
Property methods: hrefDisplayToLogical(), hrefGet(), hrefIsValid(), hrefLogicalToDisplay(), hrefLogicalToOdbc(), hrefNormalize(), hrefSet()
property makeAbsoluteURL as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
Property methods: makeAbsoluteURLDisplayToLogical(), makeAbsoluteURLGet(), makeAbsoluteURLIsValid(), makeAbsoluteURLLogicalToDisplay(), makeAbsoluteURLLogicalToOdbc(), makeAbsoluteURLLogicalToXSD(), makeAbsoluteURLNormalize(), makeAbsoluteURLSet(), makeAbsoluteURLXSDToLogical()

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.
method %NormalizeList(list As %String, ByRef array) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab