SMART datagrid v1.4 > 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
리포트 시작하기