7.9.1 Adding HTML to a Report
In addition to using the regular report elements, it is possible to add report content in the form of HTML. The HTML will be added inside a paintable element that controls the location and bounds of the HTML contents.
To add HTML to a report, follow these steps:
1. Expand the Style Studio Toolbox panel. (Select 'Toolbox Pane' from the Style Studio 'Window' menu.)
2. Click in the report to place the insertion point at the desired location.

3. Click the 'Painter' button in the Toolbox panel. This opens the 'Painter Properties' dialog box.
4. Click on the HTML tab.
5. Add the desired HTML string, for example:
<h2>HTML Header</h2>
<p>This element will be rendered as verbatim HTML by the server</p>

6. Press 'OK'.
7. Preview the report.

Style Studio's preview simulates common HTML rendering, but the HTML will be rendered directly by the browser when the user views the report in the Portal.
See Also
Cell Presenter, to display HTML within a table cell.
| << 7.9 HTML Report Features | © 1996-2013 InetSoft Technology Corporation (v11.5) | 7.9.2 CSS Styles >> |