deprecatedclass %ZEN.Report.call
extends reportNode
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
3
|
|
|
|
|
|
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
property parameters
as list of %ZEN.Report.parameter(XMLNAME="parameter",XMLPROJECTION="ELEMENT");
User-defined list of call parameters. These are used to supply
parameter values for the call.