Search found 5 matches

by ADev2000
Mon Nov 18, 2019 3:30 pm
Forum: Stimulsoft Reports.JS
Topic: remove save to "HTML file" from Export options
Replies: 5
Views: 3069

Re: remove save to "HTML file" from Export options

I am not able to remove data file export option. Is this the right property?

options.exports.showExportToDocument = false;
by ADev2000
Fri Oct 04, 2019 3:06 pm
Forum: Stimulsoft Reports.JS
Topic: Pass canvas image to report
Replies: 4
Views: 1601

Re: Pass canvas image to report

Hello, Please check the following topic: https://forum.stimulsoft.com/viewtopic.php?t=55583 Thank you. Thanks for the reply. In my situation I don't have the image in the file. I have an out of canvas.toDataURL("image/png"); Please share some sample code on how do I pass that information ...
by ADev2000
Tue Oct 01, 2019 2:17 pm
Forum: Stimulsoft Reports.JS
Topic: Pass canvas image to report
Replies: 4
Views: 1601

Pass canvas image to report

I have a image I get from a canvas in the page. Like below..

var myimg = mycanvas.toDataURL("image/png");
document.write('<img src="' + myimg + '"/>');

How can I set myimg to a STIImage objects source?

Thank you in advance.
by ADev2000
Thu Aug 08, 2019 8:06 pm
Forum: Stimulsoft Dashboards.JS
Topic: JSON key value pair
Replies: 1
Views: 1927

JSON key value pair

I have a JSON file something line this : [ { "mykey" : "eName" , "myVal" : "Jonh Doe"}, { "mykey" : "Age" , "myVal" : "50" } ] I need to display this information in the report in their own text boxes. Is there a way to i...
by ADev2000
Tue Jul 16, 2019 8:46 pm
Forum: Stimulsoft Reports.JS
Topic: Update contents of STIText
Replies: 1
Views: 1130

Update contents of STIText

Hello, I am trying modify value in rendered report. I followed the example provided in your website 1) copied over stimulsoft.reports.js and stimulsoft.viewer.js to src\stimulsoft 2) added ref to angular.json file "scripts": [ "src/app/stimulsoft/stimulsoft.reports.js", "src...