class %ZEN.Report.Display.list
extends childrenNode
This class is used to display a list within a ZEN Report.
property group
as %ZEN.Datatype.string;
Specifies the group from which to obtain the entries in the list
property image
as %ZEN.Datatype.uri;
Specifies an image to use for the list bullet.
property separator
as %ZEN.Datatype.string(VALUELIST=",none,line") [ InitialExpression = "none" ];
Use to separate rendered items
property startvalue
as %ZEN.Datatype.integer [ InitialExpression = 1 ];
Specifies (as an integer) the first value for a list. If type = "I",
startvalue = 3 will start with "III".
property type
as %ZEN.Datatype.string(VALUELIST=",none,circle,square,disc,1,A,a,I,i") [ InitialExpression = "none" ];
Specifies the list type.
Possible values are: "none","circle","square","disc", "1", "A", "a", "I", "i".
PDF reports do not support "square" or "circle".