So, I've got this report with one of the fields being an enum. I've got two options in SSRS, that is the name or the label of the Enum. But how can I get to the value? For example to sort the data in that way.
So far the best I can think of is putting the values in a different (int) field and using that to sort on. But doesn't that feel lame when you have to do that to an enum?