<< 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.
HTML tags, Style Sheet properties, and XML Entity supported by HTML Label are as follows.
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, border-spacing, height, width), width
•td, th - align, bordercolor, bordercolorlight, bordercolordark, bgcolor, colspan, height, rowspan, style(background, border, border-color, border-bottom, border-left, border-right, border-top, border-width, border-style, text-align, width, height, vertical-align), width, valign
•tr - bgcolor, height
•u
•ul
Note 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 and width are supported. border-collapse only supports collapse, separate, and inherit. |
Style Sheet Properties
•color
•font-size(Only pt and px units are supported.)
•line-height(Only pt and px units are supported.)
XML Entity
•&
•>
•<
•