Page 1 of 1

add custom functions

Posted: Mon Oct 07, 2013 8:24 am
by JorisWils
Hi

Is it possible to to add your own functions with parameters in a report?
I don't want to call a dll, but really add the funtions into the mrt.

So I can set the text of a textbox to "MyStringFunction(string,int)"

Thx

Re: add custom functions

Posted: Mon Oct 07, 2013 11:10 am
by Alex K.
Hello,

As a way, you can add your own function on Code tab before report generation code and then use it in expression.

Thank you.

Re: add custom functions

Posted: Mon Oct 07, 2013 11:29 am
by HighAley
Hello.

You could use Code tab to write your own functions. You could read more in our Manual http://www.stimulsoft.com/en/documentat ... t_code.htm

Thank you.