Eclipse BIRT Report Object Model (ROM)

IncludedCssStyleSheet Structure

Structure Overview

Links to an external or include a CSS style sheet in report design or the library theme.

Details

Display Name: Included css style sheet
Since: 2.2

Property Summary

externalCssURI
The external CSS file used in the output html.
fileName
To include a set of CSS styles in the given file into the BIRT.

Description

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.

Property Detail

externalCssURI Property

The external CSS file used in the output html.

Details

Type: uri
Since: 2.3
Required: No
Display Name: External CSS URI
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

The CSS styles are transparent to BIRT. This file name outputs in the generated html directly.


fileName Property

To include a set of CSS styles in the given file into the BIRT.

Details

Type: memberKey
Since: 2.2
Required: No
Display Name: File name
JavaScript Type:
Default Value: None
Runtime Settable: Yes

Description

The file that contains CSS styles.