I want to implement alternate row shading with Drill-Down.
I found that for alternate row shading:
IIF(RowNumber(nothing) mod 2, "white", "Grey")
And for alternate row shading for groups:
=iif(RunningValue(Fields!GroupField.Value ,CountDistinct,Nothing) Mod 2, "Silver", "Transparent")
But .... i have implemented drill-down upto three levels
and want to implement alternate row shading in the same report.:hehe: