SMART datagrid v.1 > Reporting > Classes
Arrange Print Items as two-dimensional cell array.
When add as setting object, "type" will be "tile".
The number of columns and rows is specified by cols and rows. The contained each item occupies the cell area of colSpan + 1 and rowSpan + 1 respectively in the location specified by col and row.
Differently from HTML table, tile does not limit duplication of items. In other words, one or more items can be overlapped. It will display the item of which zindex is large or which is added later.