Answer Posted / Bhuwan Tiwari
To create alternate row colors in a table or matrix in SSRS, you can use the RowNumber() function along with an expression for the BackgroundColor property. Here's an example using VBNET:nn=IIF(RowNumber(Nothing) MOD 2 = 0, "LightGray", "White")
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category