%DeepSee.UserLibrary.Report
Class %DeepSee.UserLibrary.Report Extends %DeepSee.UserLibrary.FolderItem [ System = 4 ]
This class represents a Report shortcut within a DeepSee folder.
Parameters
XMLNAME
Parameter XMLNAME = "report";
ITEMTYPE
Parameter ITEMTYPE = "report";
This is the extension returned by this type from the Finder.
ICON
Parameter ICON = "deepsee/ds2_page_44.png";
LARGEICON
Parameter LARGEICON = "deepsee/ds2_page_44.png";
Properties
reportClass
Property reportClass As %String(MAXLEN = 1000, XMLPROJECTION = "attribute");
Report class name.
parameters
Property parameters As array Of %String(MAXLEN = 5000, XMLKEYNAME = "name", XMLNAME = "parameter", XMLPROJECTION = "ELEMENT");
Array of URL parameters to apply to the link.
Methods
%GetURL
Method %GetURL() As %String
Return the URL for this item.
%GetTypeName
Method %GetTypeName() As %String
Return the localized type name for this item.