SMART datagrid v.1 > Reporting > Classes > PrintItem

Back  Forward

DLReport.PrintItem.zindex  property

The display order of the item when it is duplicated in the same cell of PrintGroupItem in which is contained this item. 

The item with a large value is displayed later. In other words, the item with a small value cannot be displayed due to being overlapped. Currently, Group Items in which is allowed cell duplication are Canvas and Tile

Defaults to 0.

Getter
function zindex(): Integer
Setter
function setZindex(value: Integer)
See Also
index
row
col
Canvas
Tile
Examples
Canvas - ZIndex Tutorial