Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Highlighting using external css not working in pdf
JohanK
Hi,
I'm using highlighting to get alternating row colors in a table.
I have the following style with two highlight rules in a theme:
(row.__rownum % 2) Equal to 0
Use formatting from style: table-detail-evenrow
(row.__rownum % 2) Equal to 1
Use formatting from style: table-detail-oddrow
I use two highlights because that's the only way I've found to be able to use the formatting from an external css-file on both odd and even row numbers.
This works perfectly in the BIRT Viewer, but if I view as pdf or HTML the background color of each row is white.
Has anybody else noticed this? Is it a bug?
Find more posts tagged with
Comments
mwilliams
Hi JohanK,
What version of BIRT are you using?
JohanK
Hi,
I'm using BIRT 2.3.0 (Ganymede).
rpolunsky
I have reports from 2.2.1.1 that used inline (designer entered) border widths. In 2.2.1.1 those were lowercased (ex: thin). When I run the reports in 2.3.0 I get warnings in the log that "thin" is not recognized. Do you know where the CSS-related changes are documented?