Simple BIRT report design that uses parameters and scripting to choose which CSS style sheet to import.<br />
The work happens in the initialize() method like below:
dh = reportContext.getDesignHandle();
cssh = dh.openCssStyleSheet(params["cssParam"].value);
dh.addCss(cssh);
<br />
This example was created with BIRT 2.3.0