Search found 9 matches

by mtecnic
Mon Oct 03, 2022 2:21 pm
Forum: Stimulsoft Reports.JS
Topic: How to use oracle Data Adapter with react
Replies: 6
Views: 1168

Re: How to use oracle Data Adapter with react

I attach an electron + react app with the error. The server I used is from your github page https://github.com/stimulsoft/Samples-J ... 0Databases
by mtecnic
Fri Sep 30, 2022 2:30 pm
Forum: Stimulsoft Reports.JS
Topic: How to use oracle Data Adapter with react
Replies: 6
Views: 1168

Re: How to use oracle Data Adapter with react

You mean when using the one in this link https://github.com/stimulsoft/Samples-J ... 0Databases ?
Then yes, I get the same error.
by mtecnic
Fri Sep 30, 2022 9:31 am
Forum: Stimulsoft Reports.JS
Topic: How to use oracle Data Adapter with react
Replies: 6
Views: 1168

How to use oracle Data Adapter with react

Hello, I have a webservice with asp net core where I created the data adapter like in the example showed in this link https://github.com/stimulsoft/Samples-JS/tree/master/ASP.NET%20Core/Connecting%20to%20Databases . This works if I create a page inside the asp net core project with the following cod...
by mtecnic
Thu Oct 07, 2021 8:03 am
Forum: Stimulsoft Reports.NET
Topic: Report Inheritance - Creation of the basic class of a report
Replies: 12
Views: 5097

Re: Report Inheritance - Creation of the basic class of a report

Hello @tammamkoujan,
How did you ever managed the creation of a base report? Or you modify all reports by hand when it the base changes?
by mtecnic
Wed Oct 06, 2021 8:44 am
Forum: Stimulsoft Reports.JS
Topic: How to use and update base template in Reports.JS?
Replies: 5
Views: 971

Re: How to use and update base template in Reports.JS?

Hello,
Oh, it's unfortunate, you know if there is some way around to have a base report that others reports as and when this report is changed (for example adding a new band) all the other reports update?
by mtecnic
Mon Oct 04, 2021 7:56 am
Forum: Stimulsoft Reports.JS
Topic: How to use and update base template in Reports.JS?
Replies: 5
Views: 971

Re: How to use and update base template in Reports.JS?

I see, is it planned?
Thanks for your response!
by mtecnic
Thu Sep 30, 2021 8:31 am
Forum: Stimulsoft Reports.JS
Topic: How to use and update base template in Reports.JS?
Replies: 5
Views: 971

How to use and update base template in Reports.JS?

Hello, I have a lot of reports that will share the same base (footer with some text, header with company logo...), I would like to create base templates that reports will inherit from. When starting the designer, I should be able to choose between the base templates I created. I know this can be don...
by mtecnic
Thu Sep 30, 2021 7:58 am
Forum: Stimulsoft Reports.JS
Topic: Is there a way to use digital signature on reports.js?
Replies: 3
Views: 901

Re: Is there a way to use digital signature on reports.js?

Hello,
I will look what I can do with thid-party libraries,
Thanks for the quick response!
by mtecnic
Wed Sep 29, 2021 7:52 am
Forum: Stimulsoft Reports.JS
Topic: Is there a way to use digital signature on reports.js?
Replies: 3
Views: 901

Is there a way to use digital signature on reports.js?

Hello, I was wondering if there was a way to use digital signature on reports.js, I tried doing the following: var settings = new Stimulsoft.Report.Export.StiPdfExportSettings(); settings.useDigitalSignature = true; settings.getCertificateFromCryptoUI = false; settings.useLocalMachineCertificates = ...