Hi All,
I have created a RDLC report using data from Query Object - this is for purchase orders. One of the fields (Status) is an Enum field and it shows 1,2,3 etc when the report is run.
Variable depclaration in VSC is below:

I do not know how to declare Status as a variable and what's the best way show front end values for each statuses. If I run the query without a report it shows purchase order status such as Open, Release etc
Thanks