SMART datagrid v.1 > Reporting > Classes

Back  Forward

abstract DLReport.PrintGroupItem  class

分别按各个特殊方式,分配一个以上的打印项的组项目的基类。 

为布置通过items属性而添加的打印项,各个组项目将会在内部创建所需单元格。 而且,将会根据打印项的位置和大小属性等,将其分别布置在各个单元格中。 基本上,将会创建相当于所添加的项目数量的单元格, 但在PrintTile的情况,则是预先创建相当于设置在rowscols的数量的单元格。 

可以通过itemStylesitemTop等属性,指定所包含的项目的基本属性。 

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教程
HBox教程
List教程
Tile教程
Canvas教程