Page 1 of 1
test dictionary.variables
Posted: Wed Sep 27, 2017 11:17 am
by chenyb
report.setVariable("test1", "test1", "testVar");
report.dictionary.synchronize();
//after run these code,"test1" will not showed in Variable list of designer
//test.mrt is a new report
report.dictionary.variables.add("test"); //it will raise error
Re: test dictionary.variables
Posted: Thu Sep 28, 2017 10:58 am
by Alex K.
Hello,
Could you explain your issue in more details?
Thank you.
Re: test dictionary.variables
Posted: Fri Oct 13, 2017 9:07 am
by chenyb
JS Code:
//create new report
report.setVariable("test1", "test1", "testVar");
report.dictionary.synchronize();
//after run these code,"test1" will not showed in Variable list of designer
//test.mrt is a new report
test1 not display in variable list.
Re: test dictionary.variables
Posted: Sat Oct 14, 2017 3:06 pm
by HighAley
Hello.
What do you what to do?
Do you want to add a new variable or change a value of the existing variable?
Thank you.
Re: test dictionary.variables
Posted: Sun Oct 15, 2017 12:18 pm
by chenyb
use js create a report to show simple data,without rmt file
Re: test dictionary.variables
Posted: Mon Oct 16, 2017 7:13 am
by Alex K.
Hello,
Please check the sample at the following link:
https://www.stimulsoft.com/en/samples/j ... -from-code
Thank you.