class %ZEN.Report.Display.att
extends node
Specifies an attribute-value pair within a class.
property expression
as %ZEN.Datatype.string;
expression that will be evaluated and put in output, cannot be specified along with value
property name
as %ZEN.Datatype.name [ Required ];
The name of the attribute.
property value
as %ZEN.Datatype.string;
The value of the attribute. Cannot be specified along with expression