Click here to Skip to main content
15,905,616 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I am currently developing a project in VB.Net and MYSQl Server and I got stuck:
My problem is that i have created an rdlc report with two text boxes. Text box 1 display amount in numbers (eg 3000)by using
C#
=sum(Fields!Total_Amount.Value)

and i want textbox 2 to display the same number in words(eg
three thousand only) by using the a function numtowords saved in module.
How can i do that.

The function numtowords is working fine on a form in vb.net.
Regards
Sarfaraz

What I have tried:

I tried something like =ReportItems!txt1.value=numtowords(ReportItems!txt2.value)
but it did not work.
Posted
Updated 1-Dec-16 20:46pm
v2

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