SSRS Alternating Row Colors Within Groups
问题 I have some issues getting alternate row colors. I've tried different expressions and this is as close as I've gotten to getting it done: =IIF(RunningValue(Fields!agent_name.Value,CountDistinct, Nothing) MOD 2 = 1, "Gainsboro", "White") Where all other of my reports are getting correct alt row shading, I'm having trouble with this specific report that has a Row group and a Column group.. Spent about 2 days and still no luck :( When I make my rows with the above expression, it is displayed