how to create “alternate row colour”?
Answer / Bhuwan Tiwari
To create alternate row colors in a table or matrix in SSRS, you can use the RowNumber() function along with an expression for the BackgroundColor property. Here's an example using VBNET:nn=IIF(RowNumber(Nothing) MOD 2 = 0, "LightGray", "White")
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the tools available in market as an alternative to sql server reporting services?
What is the report model project?
Can I disable or restrict ssrs export formats (rendering formats)?
What is query parameter in ssrs?
Explain how would you store your query in an SSRS report or a Database server?
What are advantages of ssrs or why we should use ssrs?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
What is subreport?
You want your report to display a hyperlink that will take users to your intranet. How do you configure such a hyperlink?
What is report rendering ?
Differentiate sql server reporting services vs. Crystal reports?
What are parameterized reports? What are cascading parameters in ssrs reports?