Page 1 of 1

Variable

Posted: Thu Aug 27, 2009 7:25 am
by jayanthi
Hello,

I hav created a variable as 'Total' in dictionary of type int.
Using "report.Item("Total") = 10" to pass the value for Total variable from code.
But it doesn't display the value.

Guide me to pass the value to variable through code.

Thanx
Jay

Variable

Posted: Thu Aug 27, 2009 8:07 am
by Andrew
Hello,

Please, use the following code
report.Dictionary.Variables["test"].Value = "10";

Thank you.

Variable

Posted: Thu Aug 27, 2009 11:02 pm
by jayanthi
It's working. Thanx a lot

Jay

Variable

Posted: Fri Aug 28, 2009 3:34 am
by Ivan
Hello,

We are always glad to help you.
Let us know if you need any additional help.

Thank you.