Page 1 of 1

Parameters

Posted: Sun Apr 10, 2016 5:52 am
by Ehsan
Hello,

How can I pass parameters by java-script to stimulsoft JS report, and use it in stimulsoft designer!?
where in stimulsoft designer my parameters will send by setVariables methode?

Thank you

Re: Parameters

Posted: Mon Apr 11, 2016 1:25 pm
by HighAley
Hello.

Please, try to use next code:

Code: Select all

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