How do I access variables through code?
Posted: Thu Jun 22, 2006 4:30 am
When I do:
report.Load("Variables.mrt");
report.Compile();
report["VariableName"] = "Value";
I get an error, Field VariableName not found, but the variable exist. So how Do I acces it? Or can I get a list of all variables in the report via code?
Thanks!
report.Load("Variables.mrt");
report.Compile();
report["VariableName"] = "Value";
I get an error, Field VariableName not found, but the variable exist. So how Do I acces it? Or can I get a list of all variables in the report via code?
Thanks!