SMART datagrid v.1 > Reporting > Classes

Back  Forward

abstract DLReport.PrintGroupItem  class

The base class of Group Item which arranges one or more Print Items respectively in a special way. 

In order to arrange Print Items added through items property, each Group Item creates the necessary cells internally. And, it arranges Print Item in each cell according to the location and size property, etc. Basically, the cells will be created as much as the number of added items, but in the case of PrintTile, it will create the cells in advance as much as the number set in rows and cols

You can specify the basic property of the contained items through itemStyles or itemTop property. 

Base Classes
PrintItem > DLBase
Inherited Classes
PrintBox, PrintCanvas, PrintList, PrintTile
Properties
count
itemBottom
itemLeft
itemRight
items
itemStyles
itemTop
Inherited Properties
PrintItem.bottom
PrintItem.col
PrintItem.colSpan
PrintItem.data
PrintItem.footer
PrintItem.footerCollapsible
PrintItem.header
PrintItem.headerCollapsible
PrintItem.height
PrintItem.id
PrintItem.index
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
PrintItemBand
Examples
Hello Report
VBox Tutorial
HBox Tutorial
List Tutorial
Tile Tutorial
Canvas Tutorial