How to set variables by code-behind (JS)
Posted: Wed Dec 02, 2015 12:46 am
Hello,
How to set variables by code-behind (JS).
I do this with my current FX version:
How to do the same with JS ?
How to set variables by code-behind (JS).
I do this with my current FX version:
Code: Select all
for each (var variable:StiVariable in report.dictionary.variables)
{
variable.valueObject = ....
}