SSRS How to change background color after a field in a tablix
问题 I have a tablix table with hundreds of rows of data. I would like to have the background color to be yellow right after a particular condition. How can I do that? Example - I want all the data to be yellow iif(Fields!pet.Value="cat"), so hamster and on... 回答1: You need to change the expression for the cell's BackgroundColor and remember what it was. We'll need custom code for this. Go to the Report menu, choose Report Properties... and click on Code and enter the following code: Dim