SMART datagrid v1.4 > Reporting > Classes

Back  Forward

DLReport.PrintTile  class

출력 아이템들을 2차원 셀 배열로 배치한다. 

설정 객체로 추가할 때 "type"은 "tile"이다. 

컬럼과 행의 개수는 colsrows로 지정한다. 포함되는 각 아이템은 colrow로 지정된 위치에서 각각 colSpan + 1, rowSpan + 1 만큼씩의 셀 영역을 차지한다. 

Html table과 다르게 타일은 아이템의 중복을 제한하지 않는다. 즉, 하나 이상의 아이템들이 겹칠 수 있다. zindex가 크거나 마지막에 추가된 아이템이 표시된다. 

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
견적서 Sample