Yuri55
SSCrazy Eights
Points: 8449
More actions
April 6, 2005 at 9:30 am
#88042
Hi there,
Looking for a tip how to make every second row in Report, let say, grey? Probably, I need to use BackgroundColor element in rdl file, but have no idea how to count record number (to know it is first or second one). Thanks
wz700
SSCertifiable
Points: 7133
April 6, 2005 at 6:01 pm
#551012
=Iif(RowNumber(Nothing) Mod 2, "Gray", "White")
April 6, 2005 at 7:05 pm
#551017
Thank you!
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply