The FormattedText report item displays richly formatted text in XHTML. To format text in the FormattedText report item, enter XHTML code into the HTML property.
Supported HTML Tags
Please note that valid unsupported tags are ignored. Invalid tags throw an error. All text used in the Html property must be enclosed in <body></body> tags.
| Tag | Description |
|---|---|
| <!-- --> | Defines a comment |
| <!DOCTYPE> | Defines the document type |
| <a> | Defines an anchor |
| <abbr> | Defines an abbreviation |
| <acronym> | Defines an acronym |
| <address> | Defines an address element |
| <b> | Defines bold text |
| <base /> | Defines a base URL for all the links in a page |
| <bdo> | Defines the direction of text display |
| <big> | Defines big text |
| <blockquote> | Defines a long quotation |
| <body> | Defines the body element (Required) |
| <br /> | Inserts a single line break |
| <caption> | Defines a table caption |
| <center> | Defines centered text |
| <cite> | Defines a citation |
| <code> | Defines computer code text |
| <col> | Defines attributes for table columns |
| <dd> | Defines a definition description |
| <del> | Defines deleted text |
| <dir> | Defines a directory list |
| <div> | Defines a section in a document |
| <dfn> | Defines a definition term |
| <dl> | Defines a definition list |
| <dt> | Defines a definition term |
| <em> | Defines emphasized text |
| <h1> to <h6> | Defines header 1 to header 6 |
| <head> | Defines information about the document |
| <hr /> | Defines a horizontal rule |
| <html> | Defines an html document |
| <i> | Defines italic text |
| <img /> | Defines an image |
| <ins> | Defines inserted text |
| <kbd> | Defines keyboard text |
| <li> | Defines a list item |
| <map> | Defines an image map |
| <menu> | Defines a menu list |
| <ol> | Defines an ordered list |
| <p> | Defines a paragraph |
| <pre> | Defines preformatted text |
| <q> | Defines a short quotation |
| <s> | Defines strikethrough text |
| <samp> | Defines sample computer code |
| <small> | Defines small text |
| <span> | Defines a section in a document |
| <strike> | Defines strikethrough text |
| <strong> | Defines strong text |
| <style> | Defines a style definition |
| <sub> | Defines subscripted text |
| <sup> | Defines superscripted text |
| <table> | Defines a table |
| <tbody> | Defines a table body |
| <td> | Defines a table cell |
| <tfoot> | Defines a table footer |
| <th> | Defines a table header |
| <thead> | Defines a table header |
| <tr> | Defines a table row |
| <tt> | Defines teletype text |
| <u> | Defines underlined text |
| <ul> | Defines an unordered list |
Getting Started
Report Items
Tutorials
Adding Hyperlinks