How do you shade alternating rows in a SQL Server Reporting Services report?
Edit: There are a bunch of good answers listed below–from quick and simple to complex and comprehensive. Alas, I can choose only one…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Go to the table row’s BackgroundColor property and choose ‘Expression…’
Use this expression:
This trick can be applied to many areas of the report.
And in .NET 3.5+ You could use:
Not looking for rep–I just researched this question myself and thought I’d share.