While trying to display a GUID
column in a report ..its displayed as #error
..
=CStr(Fields!number.Value).ToString
I tried the above code in the properties of the column..it doesn't work..
Please advise
=CType(Fields!number.Value, GUID).ToString