To my supprise Reporting services does not seem to have support for an
alternating item color when displaying a table (well that I can find at
least).
After some playing I came up with a simple little iif statement.
Simply set the rows Background color in the properties pane to this:
=iif(RowNumber(Nothing) Mod 2, "LightGrey", "White")