DocBook|Search
Class Reference
%DeepSee.Report.Model.Image
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Report] >  [Model] >  [Image]
Private  Storage  

class %DeepSee.Report.Model.Image extends Element

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 5


Summary

Properties
contentHeight contentWidth height name src
width

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OriginalNamespace
%PackageName %RemoveFromSaveSet %SerializeObject %SetModified
%ValidateObject XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter XMLNAME = "img";
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 contentWidth as %ZEN.Datatype.length;
Specifies the width of the image.
• property height as %ZEN.Datatype.length;
Specifies the height of the image.
• 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 width as %ZEN.Datatype.length;
Specifies the width of the image.