calling user code from function
Posted: Mon Feb 22, 2010 7:02 am
Hello,
is it possible, to call user code in function (in stimulsoft report)? In my report, I have a text field, which depends on the value in database.
example of _MyTextFunction:
source.direction == "A" ? ResourceManager.GetString("DirA") : ResourceManager.GetString("DirB")
Is something like this possible?
Thank you
is it possible, to call user code in function (in stimulsoft report)? In my report, I have a text field, which depends on the value in database.
example of _MyTextFunction:
source.direction == "A" ? ResourceManager.GetString("DirA") : ResourceManager.GetString("DirB")
Is something like this possible?
Thank you