Page 1 of 1

Setting a variable value in BeginRender Event

Posted: Thu May 01, 2014 12:41 pm
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

Re: Setting a variable value in BeginRender Event

Posted: Thu May 01, 2014 1:37 pm
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

Re: Setting a variable value in BeginRender Event

Posted: Fri May 02, 2014 7:50 am
by Alex K.
Hello,

Can you please describe your issue in more details.

Thank you.