To Provide Alternate Colors to Rows in SSRS Report perform th efollowing steps:
Select the row of the table, go to the row properties and in expression enter the following code:
=iif(RowNumber(nothing) mod 2, "silver", "white")
Select the row of the table, go to the row properties and in expression enter the following code:
=iif(RowNumber(nothing) mod 2, "silver", "white")
No comments:
Post a Comment