Select the row in the report to change the alternate colours:
From properties, click on BackgroundColor and then expression,
Write the following code in the Expression window.
=iif(Rownumber(nothing) mod 2,"White","AliceBlue")
From properties, click on BackgroundColor and then expression,
Write the following code in the Expression window.
=iif(Rownumber(nothing) mod 2,"White","AliceBlue")