Search found 1 match

by hra1368
Fri Nov 19, 2021 9:39 pm
Forum: Stimulsoft Reports.JS
Topic: define image variable
Replies: 1
Views: 790

define image variable

How to define an image variable?

this.designer.report.dictionary.variables.add(
new Stimulsoft.Report.Dictionary.StiVariable(category,name,alias)
)

Also, the synchronize function does not work

this.designer.report.dictionary.synchronize();