In MS Reporting Services I have a spatial map of a country, say the United States. I want each state to have a different color. But I want it to be a fixed color.
The data is pulled from a SQL Server database which has a RGB value for each state. Let's say California is #000000 and Maryland is #FFFFFF. I can't work out how to specify the color for each state in SSRS. I've been looking at Polygon Color Rules for a day now.
Who can help me?