Follow

How to set variable value with Java code

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

Java
report.getDictionary().getVariables().get(paramName).setValue(value);
report.getVariables().put(paramName, value);

0 Comments

Please sign in to leave a comment.