You work as a Developer for ABC.com. The company has a SQL Server 2008 computer. You are
designing a Microsoft SQL Server 2008 Reporting Services (SSRS) accounting report. You want
every alternate row of the output in the report table to have a green background. You need to use
the appropriate expression for the BackgroundColor property of the table. Which of the following
expressions should you choose to accomplish the task?
A.
=Iif((RowNumber(Nothing)),”Green”,”White”)
B.
=Iif((RowNumber(Nothing)),”Green”,”Orange”)
C.
=Iif((RowNumber),”Green”,”Orange”)
D.
=Iif((RowNumber(Nothing) MOD 2),”Green”,”White”)