How to draw a zebra-stripe table in BIRT?
2 answers
Hi,
See this article:
In particular the first comment seems interesting:
"No need for scripting to create simple alternate color bands. In the Table Row Detail, create a Highlight rule where the expression is row.__rownum % 2 Equal To 1 and apply a different background color when the expression is true.".
james
Thanks James, I tried the link (
http://durrenajaf.blogspot.com/2011/06/birt-how-to-apply-alternate-background.html ), it works well. Thanks a lot!