Skip to main content

%DeepSee.Report.Model.Image

class %DeepSee.Report.Model.Image extends %DeepSee.Report.Model.Element

Property Inventory

Parameters

parameter XMLNAME = img;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

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 height as %ZEN.Datatype.length;
Specifies the height of the image.
Property methods: heightDisplayToLogical(), heightGet(), heightIsValid(), heightLogicalToDisplay(), heightLogicalToOdbc(), heightNormalize(), heightSet()
property src as %ZEN.Datatype.uri [ Required ];
Specifies the source of the image. If the src attribute begins with an exclamation point, it is interpreted as an XPath expression just as in the field attribute of the <item> tag. This allows you to dynamically generate URLs within the XML data, and then use these customized URLs as the image source. Note: when using ! to dynamically get the image URL, it must be an absolute URL or it will not appear in the PDF report.
Property methods: srcDisplayToLogical(), srcGet(), srcIsValid(), srcLogicalToDisplay(), srcLogicalToOdbc(), srcNormalize(), srcSet()
property width as %ZEN.Datatype.length;
Specifies the width of the image.
Property methods: widthDisplayToLogical(), widthGet(), widthIsValid(), widthLogicalToDisplay(), widthLogicalToOdbc(), widthNormalize(), widthSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab