%ZEN.Report.callelement
deprecated class %ZEN.Report.callelement extends %ZEN.Report.reportNode
Property Inventory
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 methods: escapeDisplayToLogical(), escapeGet(), escapeIsValid(), escapeLogicalToDisplay(), escapeLogicalToOdbc(), escapeNormalize(), escapeSet()
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"
For example:
expression="%val*2"
expression="..ReportProp"
Property methods: expressionDisplayToLogical(), expressionGet(), expressionIsValid(), expressionLogicalToDisplay(), expressionLogicalToOdbc(), expressionNormalize(), expressionSet()
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 methods: fieldDisplayToLogical(), fieldGet(), fieldIsValid(), fieldLogicalToDisplay(), fieldLogicalToOdbc(), fieldNormalize(), fieldSet()
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 methods: fieldsDisplayToLogical(), fieldsGet(), fieldsIsValid(), fieldsLogicalToDisplay(), fieldsLogicalToOdbc(), fieldsNormalize(), fieldsSet()
property filter as %ZEN.Datatype.integer;
When filter is 0, call is skipped
Property methods: filterDisplayToLogical(), filterGet(), filterIsValid(), filterLogicalToDisplay(), filterLogicalToOdbc(), filterNormalize(), filterSet()
property hasStatus as %ZEN.Datatype.boolean [ InitialExpression = 0 ];
return status by reference in last parameter to method
Property methods: hasStatusDisplayToLogical(), hasStatusGet(), hasStatusIsValid(), hasStatusLogicalToDisplay(), hasStatusLogicalToOdbc(), hasStatusLogicalToXSD(), hasStatusNormalize(), hasStatusSet(), hasStatusXSDToLogical()
property method as %ZEN.Datatype.string;
Name of method that returns an XML stream to include
Property methods: methodDisplayToLogical(), methodGet(), methodIsValid(), methodLogicalToDisplay(), methodLogicalToOdbc(), methodNormalize(), methodSet()
Inherited Members
Inherited 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()