<< Click to Display Table of Contents >>
HTML Label
HTML Label prints HTML data and can be placed on any band.
Click HTML on the Insert Component tab and drag & drop it in the band. HTML editor box appears by double-clicking the HTML Label.
Enter the text and click outside of the HTML Label in the report.
All tags that can set the font can set the font style(font-family, font-size, color).
All tags that support Style Sheet can set the style property.
Only pt and px units of height, width, and size are supported.
HTML Tags
•b
•br
•dd
•div - align
•dl
•dt
•em
•font - face, size, color
•i
•img - src, width, height
•li
•ol
•p - style(background-color, text-indent, margin, margin-bottom, margin-left, margin-right, margin-top)
•s
•span
•strike
•strong
•sub
•sup
•table - border, bordercolor, bordercolordark, bordercolorlight, bgcolor, cellpadding, cellspacing, height, rules, style(background-color, border-collapse(collapse, seperate, inherit), border-spacing, height, width), width
•td - align, bordercolor, bordercolorlight, bordercolordark, bgcolor, border-bottom-color, border-bottom-style, border-bottom-width, border-left-color, border-left-style, border-left-width, border-right-color, border-right-style, border-right-width, border-top-color, border-top-style, border-top-width, colspan, height, rowspan, style(background, border, border-bottom, border-color, border-left, border-right, border-style, border-top, border-width, height, text-align, width, vertical-align), width, valign
•th - align, bordercolor, bordercolorlight, bordercolordark, bgcolor, colspan, height, rowspan, style(background, border, border-bottom, border-color, border-left, border-right, border-style, border-top, border-width, height, text-align, width, vertical-align), width, valign
•tr - bgcolor, height
•u
•ul
Style Sheet Properties
•color
•font-size
•line-height
XML Entity
•&
•>
•<
•