Follow How to set variable value with Java code June 07, 2016 13:07 Stimulsoft Report engines Java report engine 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.
0 Comments