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
Variable
Hello,
Please, use the following code
report.Dictionary.Variables["test"].Value = "10";
Thank you.
Please, use the following code
report.Dictionary.Variables["test"].Value = "10";
Thank you.