[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Report Design: Changing CellHandle Color Property Dynamically

I was able to get this to work with the following code.
tcell.setOnCreate("this.getStyle().backgroundColor = row['valuecolor'];");

Not sure if I need to use de api.  Just messing around.

Thanks