Parameters

Stimulsoft Reports.JS discussion
Post Reply
Ehsan
Posts: 100
Joined: Tue Jan 05, 2016 10:39 am
Location: Iran

Parameters

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Parameters

Post by HighAley »

Hello.

Please, try to use next code:

Code: Select all

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