Eclipse BIRT Report Object Model (ROM)
IncludedCssStyleSheet Structure
| Display Name: | Included css style sheet | 
| Since: | 2.2 | 
The report design or a theme can use the CSS style sheet in 2 ways: 1. links to an external CSS. That is, the CSS styles sheet directly outputs in the preview html pages. 2. include a CSS file and parse CSS styles into BIRT style elements.
The external CSS file used in the output html.
| Type: | uri | 
| Since: | 2.3 | 
| Required: | No | 
| Display Name: | External CSS URI | 
| JavaScript Type: | |
| Default Value: | None | 
| Runtime Settable: | Yes | 
The CSS styles are transparent to BIRT. This file name outputs in the generated html directly.
To include a set of CSS styles in the given file into the BIRT.
| Type: | memberKey | 
| Since: | 2.2 | 
| Required: | No | 
| Display Name: | File name | 
| JavaScript Type: | |
| Default Value: | None | 
| Runtime Settable: | Yes | 
The file that contains CSS styles.