Hi,
Complete newbie! I trying to customise the appearance of a couple of reports in MS Reporting Services (sp2) using its capacity to accept VB.NET expressions...
I thought what I wanted to do was ridicously easy, but its not working!
I have a resultset column that is either "EXPORT" or "NZ". Based on that I want to dictate a colour...
I'm using:
=iif((Fields!SalesBranch) is "NZ", "Red", "Orange")
...and only orange is being returned.
Any ideas??
Thanks in advance, Casey.
Complete newbie! I trying to customise the appearance of a couple of reports in MS Reporting Services (sp2) using its capacity to accept VB.NET expressions...
I thought what I wanted to do was ridicously easy, but its not working!
I have a resultset column that is either "EXPORT" or "NZ". Based on that I want to dictate a colour...
I'm using:
=iif((Fields!SalesBranch) is "NZ", "Red", "Orange")
...and only orange is being returned.
Any ideas??
Thanks in advance, Casey.