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
Parameters
Re: Parameters
Hello.
Please, try to use next code:
Thank you.
Please, try to use next code:
Code: Select all
report.dictionary.variables.getByName("var1").valueObject = "your value";