Hi.
How to display an Enumeration Value in Microsoft reporting based on the byte column from a DataTable?
I want to cast
=Fields!Status.Value
to something like (MyEnum)Fields!Status.Value
and then call .ToString()
on it.
Status is a Byte type.