SMART datagrid v.1 > Reporting > Classes

Back  Forward

DLReport.PrintSummaryitem  class

The item which displays the expression result specified by expression

When add it as setting object, it will specify "type" as "summary". And, if expression is not specified, the value specified as data will be displayed. 

The object in which runs the expression is basically the main grid of the report, and you can change the total target through valueTarget property when print several grids. 

Base Classes
PrintTextItem > PrintItem > DLBase
Properties
expression
valueTarget
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
valueTarget
PrintLabelItem
Examples
Hello Report