how using custom function

Stimulsoft Reports.NET discussion
Post Reply
nezarabd
Posts: 32
Joined: Tue Sep 30, 2014 1:38 pm

how using custom function

Post by nezarabd »

i'm moving from xtrareport to stimulsoft
in xtrareport i have function that call to convert textbox value from number to string like that

2 -> two
34 -> thirty four
so on

but in arabic language

i put it in the code after
XrLabel58_BeforePrint event

i know there is ToWords function but it's for English
how can i do this in stimulsoftreport

thanks
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: how using custom function

Post by Alex K. »

Hello,

You can add your function on the Code tab and then use it in the Text expression.

Thank you.
Post Reply