Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%ZEN] >  [Report] >  [callelement]
Private  Storage   

deprecatedclass %ZEN.Report.callelement extends reportNode

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
7


Summary

Properties
escape expression field fields filter
hasStatus method

Methods
%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


Properties

• property escape as %ZEN.Datatype.string(VALUELIST=",xml,none,noneifspace,passthru") [ InitialExpression = "xml" ];
escape can be nonspace in which case any text with line-feed or space characters is not XML spaced or none in which case no characters are XML spaced but all are enclosed in CDATA or xml in which case the text is XML escaped
• property expression as %ZEN.Datatype.expression;
Optional ObjectScript expression that can either be applied to the value of this item (supplied as %val), or to provide an arbitrary value for this item.
For example:
expression="%val*2"
expression="..ReportProp"
• property field as %ZEN.Datatype.classMember(MEMBERTYPE="SQLCOLUMN");
Name of field (column) in the base query for this report that will supply the value for this item. If this starts with "!" then this is expression that evaluates to field name
• property fields as %ZEN.Datatype.classMember(MEMBERTYPE="SQLCOLUMN");
Name of fields (columns) in the base query for this report that will supply the values for this item.
• property filter as %ZEN.Datatype.integer;
When filter is 0, call is skipped
• property hasStatus as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
return status by reference in last parameter to method
• property method as %ZEN.Datatype.string;
Name of method that returns an XML stream to include


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.