IncludedCssStyleSheet

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

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.

See Also

fileName

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

Description

The file that contains CSS styles.

See Also

externalCssURI

The external CSS file used in the output html.

Description

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

See Also