SMART datagrid v.1 > Reporting > Classes

Back  Forward

DLReport.PrintLabelItem  class

显示通过data而指定的值或通过text而指定的文本的项目。 

当添加为设置对象时,如果指定"type"为"label"或没有明确指定"type"的情况,也会创建为该对象。 另外,指定为data的值,将会优先于指定为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