Follow

How to set variable value with JavaScript code

You could set a value for a variable with the next code:

JavaScript
report.dictionary.variables.getByName("var1").valueObject = "your value";

0 Comments

Please sign in to leave a comment.