Alternate row colors in Crystal Reports

{ Posted on 1/04/2010 04:00:00 PM by Silvercode }
STEPS:
After defining the databse objects in crystal reports,right click details section -> section expert -> details -> color -> backgroundcolor -> formula editor -> Add the formula as below :
IF RecordNumber mod 2 = 0 Then
crRed
Else
NoColor

After this you can see alternating rows as the color

2 Response to "Alternate row colors in Crystal Reports"

cool i liked this code i jus understood my name in it that all i lkied abt this code i apprititae

Wow..superb.. My problem solved.
Thanks a lot. It's really helpful.

Post a Comment