How can I use this below variable in my report designer?
Thank you.
Code: Select all
report.setVariable("variableName", value);Code: Select all
report.setVariable("variableName", value);Code: Select all
report.dictionary.variables.getByName("var1").valueObject = "your value";