Search found 8 matches

by mbaker78
Fri Jul 22, 2022 6:19 am
Forum: Stimulsoft Reports.JS
Topic: Report CSS not working properly with React version 18.2.0
Replies: 1
Views: 532

Report CSS not working properly with React version 18.2.0

Hi, I have a react typescript project which I am using Stimulsoft Reports js with to run reports. Everything works fine with React version 17.0.2 but when I upgrade to the lastest version 18.2.0 the css isn't working correctly. There seems to be two issues: The first one with the latest version it i...
by mbaker78
Mon Nov 25, 2019 4:14 am
Forum: Stimulsoft Reports.JS
Topic: Report Viewer Background Colour
Replies: 3
Views: 1398

Re: Report Viewer Background Colour

Sorry, please ignore this one. It is due to my css.

I overrode the table css to add a background colour to alternating rows.

I'll update my table css to be specific to my application.
by mbaker78
Wed Nov 06, 2019 5:14 am
Forum: Stimulsoft Reports.JS
Topic: How to load an image dynamically to a report JS?
Replies: 11
Views: 7868

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

I ended up adding a resource to the report (and selecting my logo) and using that on the report. It looks like the size of the file matters however, as my high res logo didn't work but the low res one did which is just over 100kb.
by mbaker78
Wed Nov 06, 2019 2:37 am
Forum: Stimulsoft Reports.JS
Topic: How to load an image dynamically to a report JS?
Replies: 11
Views: 7868

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

Hi,

I'm using Version 2019.4.1
'
Edit: I ended up adding a Resource to the report (and selecting my logo) and then using this as the logo. It looks like the size of the image matters however, as this only worked for my low res logo (which is just over 100kb).

Thanks,
Michelle
by mbaker78
Fri Oct 25, 2019 1:22 am
Forum: Stimulsoft Reports.JS
Topic: How to load an image dynamically to a report JS?
Replies: 11
Views: 7868

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

Hi, I'm trying to do the same thing, but my logo is appearing on my report. In the .mrt file, I created a variable called "Logo". Then placed an image box on the report and loaded the image from the variable. When I run preview the report, this all works fine. Then when I try and run it fr...
by mbaker78
Thu Sep 19, 2019 2:39 am
Forum: Stimulsoft Reports.JS
Topic: Report Viewer Background Colour
Replies: 3
Views: 1398

Report Viewer Background Colour

Hi, I'm using the Trial version to check out Stimulsoft reports but when I view the report online in the viewer it has a strange blue/grey background instead of white. When I preview the report from the .mrt file it shows white, and when I save it to Word or PDF the background is white. It is just w...
by mbaker78
Wed Sep 18, 2019 10:16 pm
Forum: Stimulsoft Reports.JS
Topic: Parent Detail Report - create relation in code
Replies: 3
Views: 6917

Re: Parent Detail Report - create relation in code

Thanks, I managed to get it working, didn't have quite the right syntax. Updated the relation code to: var dataRelation = new Stimulsoft.Report.Dictionary.StiDataRelation("Relation", "Relation", "Relation", report.dictionary.dataSources.getByName("root_scopeOfWorks...
by mbaker78
Fri Sep 13, 2019 5:17 am
Forum: Stimulsoft Reports.JS
Topic: Parent Detail Report - create relation in code
Replies: 3
Views: 6917

Parent Detail Report - create relation in code

Hi, I have a report that uses a parent-detail relationship between two databands, which works fine when I set up the datasource and relationship in the actual .mrt file, but when I try to do it via javascript it doesn't work. I get the data from a back-end database and return it as JSON. All the dat...