Setting a variable value in BeginRender Event

Stimulsoft Reports.Silverlight discussion
Locked
mriggall
Posts: 57
Joined: Mon May 07, 2012 7:41 pm
Location: Melbourne

Setting a variable value in BeginRender Event

Post by mriggall »

Hi Aleksey and team

Please can you let me know, if I have a report variable called MyVariable. How can I set its value in the BeginRender event of the report?

thanks

Matt
mriggall
Posts: 57
Joined: Mon May 07, 2012 7:41 pm
Location: Melbourne

Re: Setting a variable value in BeginRender Event

Post by mriggall »

Hi Aleksey

Actually I managed to do that now, but now my problem is that I need to convert the value in a Text component to store in the variable, something like the following:

MyVariable = Convert.ToInt32("1234");
MyVariable = MyVariable * 2;

Can you help me?

thanks

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

Re: Setting a variable value in BeginRender Event

Post by Alex K. »

Hello,

Can you please describe your issue in more details.

Thank you.
Locked