Hi all
I'd very much like to change the background of each row in my report, based on what results it contains. Here's the pseudo-code;
If class.value < 1 Then row.bgcolour=red
Else row.bgcolour=white
End If
Can anyone help me with this please? I've tried a couple of basic approaches but had no success.
I'd very much like to change the background of each row in my report, based on what results it contains. Here's the pseudo-code;
If class.value < 1 Then row.bgcolour=red
Else row.bgcolour=white
End If
Can anyone help me with this please? I've tried a couple of basic approaches but had no success.