Possible Duplicate:
Displaying a Number in Words in SSRS
I work in VS2005 and C#. In my rdcl report I want to show my group amounts in words. Like in my group I have the amount '1000'. I want to show that in words. But how? I know how to convert an amount to words but the problem arises when I use it on my group. How to convert group amount to words is what I need to know. Is there any built in method like sum, avg, count, date, and today in rdlc for this purpose?L