calling user code from function

Stimulsoft Reports.NET discussion
Post Reply
kurdt
Posts: 4
Joined: Thu Feb 18, 2010 6:27 am

calling user code from function

Post by kurdt »

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
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

calling user code from function

Post by Jan »

Hello,

Please check following link:

http://www.stimulsoft.com/livedemos/Rep ... ction.html

Thank you.
kurdt
Posts: 4
Joined: Thu Feb 18, 2010 6:27 am

calling user code from function

Post by kurdt »

Thank you, that's exactly what I wanted.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

calling user code from function

Post by Edward »

Hi

Please let us know if any help is required.

Thank you.
Post Reply