SqlServer
T-SQL, SSIS, SSRS, SSAS, SQL SERVER 2008 R2, SQL SERVER 2012
Sunday, July 28, 2013
Add alternating row color to SQL Server Reporting services report
Go to the table row’s BackgroundColor property and choose “Expression…"
Use this expression:
= IIf(RowNumber(Nothing) Mod 2 = 0, "Silver", "Transparent")
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment