SMART datagrid v.1 > Reporting > Classes

Back  Forward

DLReport.PrintLabelItem  class

The item which displays the value specified by data or the text specified by text

When add it as setting object, even if specify "type" as "label" or do not explicitly specify "type", it will still be created as this object. And, the value specified as data will take precedence over the string specified as text. 

Base Classes
PrintTextItem > PrintItem > DLBase
Properties
text
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
PrintSummaryItem
Examples
Hello Report