Page 1 of 1

how using custom function

Posted: Sat Dec 27, 2014 7:21 am
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

Re: how using custom function

Posted: Mon Dec 29, 2014 6:13 am
by Alex K.
Hello,

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

Thank you.