Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show Subscript or SuperScript text same as from Database in rdlc

Tags:

c#

rdlc

I have data with subscript i.e "C₈H₁₇NO₂". In database subscript values 8, 17 and 2 are character symbols in word which is pasted. But when same value is pasted in text box of rdlc it is right but when same value is added to table in rdlc through dataset it is subscript values are changed to different symbols. Below are two images, I have highlighted the data with subscript: Image where subscript is correct Image where subscript values are changed to diff symbols

First is in grid and second pic is in rdlc.

like image 718
Sunil Avatar asked May 16 '26 23:05

Sunil


1 Answers

Yes, finally I got the solution for above question. C₈H₁₇NO₂ is in Calibri font.So I just changed font face of text box in my rdlc from Arial to Calibri and it worked.

like image 113
Sunil Avatar answered May 18 '26 11:05

Sunil



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!