Search found 4 matches

by ruchira
Mon Jul 24, 2017 10:08 am
Forum: Stimulsoft Reports.JS
Topic: is there any way to Map component in report js viewer?
Replies: 2
Views: 1308

is there any way to Map component in report js viewer?

Hi, my object is to use map component in Js viewer, but i saw it is only compatible with report web, report wpf viewers. So please let know, is there any alternative method available to show map component.

Thanks.
by ruchira
Mon Jul 24, 2017 6:38 am
Forum: Stimulsoft Reports.JS
Topic: How to load an image dynamically to a report JS?
Replies: 11
Views: 7886

Re: How to load an image dynamically to a report JS?

Thanks Ehsan for your solution and i used resource component to do this as follows var report = new Stimulsoft.Report.StiReport(); report.loadFile("reports/SimpleList.mrt"); var content = Stimulsoft.System.IO.Http.getFile("https://xxxx.blob.core.windows.net/Screenshot%20(37).jpg"...
by ruchira
Tue Jul 11, 2017 10:04 am
Forum: Stimulsoft Reports.JS
Topic: How to load an image dynamically to a report JS?
Replies: 11
Views: 7886

How to load an image dynamically to a report JS?

I want dynamically load an image to report. I'm using stimulsoft report js viewer and i found below code available for Stimulsoft Reports.Wpf StiReport report = new StiReport(); report.Load("e:\\Report.mrt"); StiImage stiImage = report.GetComponents()["Image1"] as StiImage; Image...
by ruchira
Fri Jun 09, 2017 11:55 am
Forum: Stimulsoft Reports.JS
Topic: How to add expression parameter to Stimulsoft php js report?
Replies: 1
Views: 1434

How to add expression parameter to Stimulsoft php js report?

I'm using stimulsoft php js designer and I want to add an expression to a variable. However all the time it says undefined variable. This is how i added expression https://i.stack.imgur.com/XfDuQ.png This is how it shows in the report window https://i.stack.imgur.com/hyqOj.png Please help me to show...