Skip to content

How to candy stripe a table in Reporting Services

Anthony edited this page Jun 9, 2017 · 6 revisions

Change the background color in the properties of the row to an expression.

=iif(RunningValue(Fields!YourField.value,CountDistinct,Nothing) Mod 2, "Beige", "White")
Clone this wiki locally