Search found 9 matches

by inavega
Mon Mar 15, 2021 3:07 pm
Forum: Stimulsoft Reports.WEB
Topic: Zebra Printing Output
Replies: 1
Views: 1382

Zebra Printing Output

Hi, We are currently the stimulsoft component within our solution and costumer reported that using Zebra printer the output is faded. In order to dismiss any problem from our side we tried printing through the online Stimulsoft component (tested with designer available online at https://designer.sti...
by inavega
Fri Mar 06, 2020 11:02 am
Forum: Stimulsoft Reports.JS
Topic: Stimulsoft Report Array Monkey Patch
Replies: 1
Views: 1057

Stimulsoft Report Array Monkey Patch

Hi, After opening a report within Stimulsoft, in certain cases our application would not behave correctly. We discovered that the JS Component modifies the JS Array object: Array.png This is generally considered a bad practice within the community, because it can lead to strange behaviors like the o...
by inavega
Mon Sep 03, 2018 8:48 am
Forum: Stimulsoft Reports.WEB
Topic: SavePackedReportToByteArray\LoadPackedReport not working
Replies: 11
Views: 3396

Re: SavePackedReportToByteArray\LoadPackedReport not working

Hi Lech, I sent earlier an mrt file to reproduce the issue. If you try to open it in any version of the JS component the data sources will not be loaded. If the file is open in the ASP component the data sources will load just fine. I don't know how more specific or which sample\example you need to ...
by inavega
Fri Aug 31, 2018 4:46 pm
Forum: Stimulsoft Reports.JS
Topic: DataSources missing when loading Report in JS Component
Replies: 1
Views: 833

DataSources missing when loading Report in JS Component

Hi, I'm currently migrating from ASP.NET component to the new JS component. Everything is working fine, but currently the datasources of an existing report aren't being loaded\displayed in the report designer. I have attached the report that I'm using, when I open in the ASP component the datasource...
by inavega
Fri Aug 31, 2018 3:15 pm
Forum: Stimulsoft Reports.WEB
Topic: SavePackedReportToByteArray\LoadPackedReport not working
Replies: 11
Views: 3396

Re: SavePackedReportToByteArray\LoadPackedReport not working

Hi, I manage to load the report that was previously saved using the SavePackedReportToByteArray in the server side. I used the "load" method from the report and it's displaying the report correctly, except from all defined dataSources are missing in the JS component. Is this a bug in the J...
by inavega
Thu Aug 30, 2018 5:20 pm
Forum: Stimulsoft Reports.WEB
Topic: SavePackedReportToByteArray\LoadPackedReport not working
Replies: 11
Views: 3396

Re: SavePackedReportToByteArray\LoadPackedReport not working

Hi, As recommended I'm migrating the old application to a new Angular\HTML5 website. Using the Stimulsoft component I cannot find the loadPackedReport function to load the byteArray that was saved in the server side using the savePackedReport method, is there an equivalent in HTML5? I tested with lo...
by inavega
Wed Jun 20, 2018 8:18 am
Forum: Stimulsoft Reports.WEB
Topic: SavePackedReportToByteArray\LoadPackedReport not working
Replies: 11
Views: 3396

Re: SavePackedReportToByteArray\LoadPackedReport not working

Hi,

I know that in the next couple of weeks a new release is due to happen.
Any chance this fix will be included? If not, could you please give a date when the fix will be available?
In mean time is there any workaround instead of migrating to the HTML5 component?

Thanks,
Ivo
by inavega
Tue Jun 19, 2018 9:54 am
Forum: Stimulsoft Reports.WEB
Topic: SavePackedReportToByteArray\LoadPackedReport not working
Replies: 11
Views: 3396

Re: SavePackedReportToByteArray\LoadPackedReport not working

Hi Lech, I created a very simple application(that can be found in the attachments), one with an empty report and another one with an example of an byte array of 2014 report. None of them seem to work. Also in the 2014 report I have variables defined. Please let me know if this sample is enough. Rega...
by inavega
Fri Jun 15, 2018 11:58 am
Forum: Stimulsoft Reports.WEB
Topic: SavePackedReportToByteArray\LoadPackedReport not working
Replies: 11
Views: 3396

SavePackedReportToByteArray\LoadPackedReport not working

Hi, Currently I'm migrating from old Stimulsoft version(2014) to a new one(2018). We currently store our reports in a byte Array, using the SavePackedReportToByteArray method. We load them using the LoadPackedReport method and display them on the designer using the .Design method. Upon migration I'm...