we are using BIRT to generate HTML reports that are embedded in other
pages. The main page already includes a CSS stylesheet.
Is there a way to tell BIRT to set classnames for report items that
refer to classes which are NOT defined as styles in the current BIRT
report design?
I thought of using an event handler to apply the names, but there is no
API in IDataItem or IDataItemInstance that refers to something like a
CSS classname.