I want to display a UTF-8 character in RDLC Reports. Basically a small triangle, in RDLC report.
I changed this line of code:
CarDisplayField=Char.ConvertFromUtf32(9653);
but the column header it self is not getting displayed?
I want to display a UTF-8 character in RDLC Reports. Basically a small triangle, in RDLC report.
I changed this line of code:
CarDisplayField=Char.ConvertFromUtf32(9653);
but the column header it self is not getting displayed?