Main | About us | Contact us
14) Alternating row colours in a table
On the table select the row to bring up the properties and enter the following expression into the BackgroundColor property =IIF(RowNumber(Nothing) Mod 2, "LightCyan", "White") Or what ever colours you prefer
On the table select the row to bring up the properties
and enter the following expression into the BackgroundColor property
=IIF(RowNumber(Nothing) Mod 2, "LightCyan", "White")
Or what ever colours you prefer
© Copyright 2009. Reporting Services Tips.