Skip to main content

%ZEN.Report.Display.imgSVG

class %ZEN.Report.Display.imgSVG extends %ZEN.Report.Display.childrenNode, %ZEN.Report.Display.tableOutput

Used to display svg code on a Report

Property Inventory

Method Inventory

Properties

property children as list of %ZEN.Report.Display.node (XMLPROJECTION = "NONE");
Property methods: childrenBuildValueArray(), childrenCollectionToDisplay(), childrenCollectionToOdbc(), childrenDisplayToCollection(), childrenGet(), childrenGetObject(), childrenGetObjectId(), childrenGetSwizzled(), childrenIsValid(), childrenOdbcToCollection(), childrenSet(), childrenSetObject(), childrenSetObjectId()
property contentHeight as %ZEN.Datatype.length;
Specifies the height of the image.
Property methods: contentHeightDisplayToLogical(), contentHeightGet(), contentHeightIsValid(), contentHeightLogicalToDisplay(), contentHeightLogicalToOdbc(), contentHeightNormalize(), contentHeightSet()
property contentWidth as %ZEN.Datatype.length;
Specifies the width of the image.
Property methods: contentWidthDisplayToLogical(), contentWidthGet(), contentWidthIsValid(), contentWidthLogicalToDisplay(), contentWidthLogicalToOdbc(), contentWidthNormalize(), contentWidthSet()
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 height as %ZEN.Datatype.length;
Specifies the height of the image.
Property methods: heightDisplayToLogical(), heightGet(), heightIsValid(), heightLogicalToDisplay(), heightLogicalToOdbc(), heightNormalize(), heightSet()
property removeEmpty as %ZEN.Datatype.boolean (XMLPROJECTION = "NONE") [ InitialExpression = 0 ];
Property methods: removeEmptyDisplayToLogical(), removeEmptyGet(), removeEmptyIsValid(), removeEmptyLogicalToDisplay(), removeEmptyLogicalToOdbc(), removeEmptyLogicalToXSD(), removeEmptyNormalize(), removeEmptySet(), removeEmptyXSDToLogical()
property svgSrc as %ZEN.Datatype.string;
Property methods: svgSrcDisplayToLogical(), svgSrcGet(), svgSrcIsValid(), svgSrcLogicalToDisplay(), svgSrcLogicalToOdbc(), svgSrcNormalize(), svgSrcSet()
property width as %ZEN.Datatype.length;
Specifies the width of the image.
Property methods: widthDisplayToLogical(), widthGet(), widthIsValid(), widthLogicalToDisplay(), widthLogicalToOdbc(), widthNormalize(), widthSet()

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