Search found 5 matches

by Carlo
Tue Oct 12, 2021 1:16 pm
Forum: Stimulsoft Reports.JS
Topic: Issue with viewer.js when report is generated on the backend and passed to frontend as json
Replies: 2
Views: 1270

Issue with viewer.js when report is generated on the backend and passed to frontend as json

Greetings. We're developing an application where a report is generated on the backend, and then sent to the frontand as a json string. Everything works perfectly, except for how dynamic images are handled: in the report there's a grid, where each row shows some data. For each row there's an image (w...
by Carlo
Wed Sep 22, 2021 5:38 pm
Forum: Stimulsoft Reports.JS
Topic: Image provided through byte array isn't displayed when report is generated by front-end (through Reports.JS)
Replies: 6
Views: 3106

Re: Image provided through byte array isn't displayed when report is generated by front-end (through Reports.JS)

That is fine. Could you please provide us a rough estimate about the time it will take (like a few days or possibly more than that? We ask this question just so that we can better communicate with our client :P)

Thanks!
by Carlo
Mon Sep 20, 2021 8:59 am
Forum: Stimulsoft Reports.JS
Topic: Image provided through byte array isn't displayed when report is generated by front-end (through Reports.JS)
Replies: 6
Views: 3106

Re: Image provided through byte array isn't displayed when report is generated by front-end (through Reports.JS)

Greetings! As requested, we've included an attachment with the sample which reproduces the problem. You should be able to run with the commands: npm install , followed by ng serve . Then go to the address localhost:4200/home You will find all the code for the report generation at the following path:...
by Carlo
Thu Sep 16, 2021 4:20 pm
Forum: Stimulsoft Reports.JS
Topic: Image provided through byte array isn't displayed when report is generated by front-end (through Reports.JS)
Replies: 6
Views: 3106

Image provided through byte array isn't displayed when report is generated by front-end (through Reports.JS)

Greetings. We're in the process of converting an application from old MVC to angular + WebAPI: in the new application, we generate reports directly on the front-end instead than on the back-end, thanks to Stimulsoft Reports.JS (we're using package "stimulsoft-reports-js": "2020.1.1&qu...
by Carlo
Tue Apr 18, 2017 10:22 am
Forum: Stimulsoft Reports.WEB
Topic: StiMvcViewer with filters
Replies: 1
Views: 1533

StiMvcViewer with filters

Greetings. We're trying to understand how the "StiMvcViewer" should be used in a context where, before generating the report, the user can filter the relevant data (the data which will be used to generate the report) through some input fields (dropdowns, textfields..). When the user clicks...