SMART datagrid v.1 > Reporting > Classes

Back  Forward

DLReport.PrintTile  class

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. 

Base Classes
PrintGroupItem > PrintItem > DLBase
Properties
cols
colWidths
rangeMasks
rowHeights
rows
Inherited Properties
PrintItem.bottom
PrintItem.col
PrintItem.colSpan
PrintGroupItem.count
PrintItem.data
PrintItem.footer
PrintItem.footerCollapsible
PrintItem.header
PrintItem.headerCollapsible
PrintItem.height
PrintItem.id
PrintItem.index
PrintGroupItem.itemBottom
PrintGroupItem.itemLeft
PrintGroupItem.itemRight
PrintGroupItem.items
PrintGroupItem.itemStyles
PrintGroupItem.itemTop
PrintItem.left
PrintItem.maxHeight
PrintItem.maxWidth
PrintItem.minHeight
PrintItem.minWidth
PrintItem.right
PrintItem.row
PrintItem.rowSpan
PrintItem.styleName
PrintItem.styles
PrintItem.top
PrintItem.width
PrintItem.zindex
Inherited Methods
DLBase.assign
DLBase.getProperties
DLBase.getProperty
DLBase.setProperties
DLBase.setProperty
DLBase.toggle

 

See Also
cols
rows
col
row
colSpan
rowSpan
PrintTileMask
Examples
Tile Tutorial
Quotation Sample