Alternative Row Color based on Field Value Change in SSRS

Feb 25th, 2014

Under the BackgroundColor property, use this expression

=IIF(RunningValue(Fields!grn_num.Value,countDistinct,Nothing) mod 2,"Silver","Transparent")

No comments yet.
You must be logged in to post a comment.