From the left side of the report and click on Section Expert.
On the detail section, click on the color tab, then click on the x-2 button and enter the following formula
if remainder(RecordNumber,2) = 0 then
color(230,230,230)
else
nocolor
The color I use is a lighter shade of gray or you can use CrGray
-lw