class %ZEN.Report.callelement
extends reportNode
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
6
|
|
|
|
|
|
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 method
as %ZEN.Datatype.string;
Name of method that returns an XML stream to include