persistent class %DeepSee.UserLibrary.Report
extends %DeepSee.UserLibrary.FolderItem
This class represents an Report within a DeepSee folder.
parameter ICON = "deepsee/ds2_notepad_44.png";
URL of icon for this item
parameter ITEMTYPE = "report";
This is the extension returned by this type from the Finder.
parameter LARGEICON = "deepsee/ds2_notepad_44.png";
URL of large icon for this item
parameter XMLNAME = "report";
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.
property parameters
as array of %String(MAXLEN=5000,XMLKEYNAME="name",XMLNAME="parameter",XMLPROJECTION="ELEMENT");
Array of URL parameters to apply to the link.
method %GetTypeName()
as %String
Return the localized type name for this item.
method %GetURL()
as %String
Return the URL for this item.