Click here to Skip to main content
15,899,126 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I have developing a report using RDLC file in asp.net.
I need how to change numbers to words in report (rdlc file)
please give some idea and coding for change numbers to words in report...
Posted

1 solution

Hi nitinbhosle,
You can add the following code in your tablix properties
VB
=CStr(Value)


Regards,
Bluesathish
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900