Hi i have an enum like
Designation{Admin=1,Manager=2}
Database contains just the degint 1,2 .........Now i want to built RDLC Report ......report don't show the degit ....report must show the degit across value like 1 for Admin.........How to do that ......Can any one give any idea ......or any help?