Search found 45 matches

by Mateus Garrido Kern
Thu Jun 17, 2021 7:22 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: API with .NET Core and SPA with Angular, report viewer dosen't work
Replies: 10
Views: 16743

Re: API with .NET Core and SPA with Angular, report viewer dosen't work

Hello,

I found out that the problem is in our SPA project, we use a readymade Metronic theme, but I can't figure out where the problem is that is affecting the API calls.

Could you give me a contact to send the sample projects?

Thanks.
by Mateus Garrido Kern
Mon Jun 07, 2021 2:40 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: API with .NET Core and SPA with Angular, report viewer dosen't work
Replies: 10
Views: 16743

Re: API with .NET Core and SPA with Angular, report viewer dosen't work

I believe it's not CORS, there's just a delay to access the ViewerEvent() end-point.

Look how long it takes to make the request in the ViewerEvent() end-point:
Screenshot_5.png
Screenshot_5.png (77.79 KiB) Viewed 9541 times
by Mateus Garrido Kern
Tue Jun 01, 2021 5:59 pm
Forum: Stimulsoft Reports.JS
Topic: Can Break false does not work on DataBand
Replies: 5
Views: 2897

Re: Can Break false does not work on DataBand

Thank you Lech Kulikowski.

it worked very well (y)
by Mateus Garrido Kern
Fri May 28, 2021 7:20 pm
Forum: Stimulsoft Reports.ANGULAR
Topic: API with .NET Core and SPA with Angular, report viewer dosen't work
Replies: 10
Views: 16743

API with .NET Core and SPA with Angular, report viewer dosen't work

Hi, I downloaded the example project that the publish page offers me using the following options: Screenshot_1.png And it worked really well. But I have a .NET Core API and a SPA application in Angular that work separately, where the back end team works in the visual studio with the API and the fron...
by Mateus Garrido Kern
Fri May 28, 2021 12:18 pm
Forum: Stimulsoft Reports.JS
Topic: Can Break false does not work on DataBand
Replies: 5
Views: 2897

Re: Can Break false does not work on DataBand

Hi,

Attached the report and the example json, thanks for your attention.
by Mateus Garrido Kern
Mon May 24, 2021 8:03 pm
Forum: Stimulsoft Reports.JS
Topic: Can Break false does not work on DataBand
Replies: 5
Views: 2897

Can Break false does not work on DataBand

Hi, I set Can Break to false on my data band and it seems does not work :( Properties of my databand: Screenshot_1.png How I see on my tab's Preview: Screenshot_2.png I use the 2020.4.1 version: Screenshot_3.png When I update to 2021.3.1 version: Screenshot_4.png Can you tell me what could be happen...
by Mateus Garrido Kern
Mon Sep 21, 2020 4:59 pm
Forum: Stimulsoft Reports.JS
Topic: Errors in the async merged report
Replies: 12
Views: 4211

Re: Errors in the async merged report

Hello HighAley,

Unfortunately for me it didn't work, I replicated the reports that I would like to reuse so that it works the way I want it, it is kind of bad because when there is a change I have to modify it in many places, but it works better.

Thank you for your attention.
by Mateus Garrido Kern
Wed Sep 09, 2020 7:10 pm
Forum: Stimulsoft Reports.JS
Topic: How can I count registers from a Data Source?
Replies: 10
Views: 3882

Re: How can I count registers from a Data Source?

Hello,

Thank you, it's worked very well.
by Mateus Garrido Kern
Thu Sep 03, 2020 1:58 pm
Forum: Stimulsoft Reports.JS
Topic: How can I count registers from a Data Source?
Replies: 10
Views: 3882

Re: How can I count registers from a Data Source?

Hello, I tested the Totals.Count function in a conditions in my DataBand but it seems not worked fine. I want the DataBand3 from Page 1(Second page in order) from my report appears when dosen't has registers of root_retorno_livros_lancamentos. I am working with the 'Conditions' property because of t...
by Mateus Garrido Kern
Wed Sep 02, 2020 12:00 pm
Forum: Stimulsoft Reports.JS
Topic: How can I count registers from a Data Source?
Replies: 10
Views: 3882

Re: How can I count registers from a Data Source?

Hello,

Follow my test data for report.

Thank you