Search found 3 matches

by EricB85
Thu May 28, 2020 1:08 pm
Forum: Stimulsoft Dashboards.JS
Topic: Connect Dashboard JS to a .Net Api
Replies: 3
Views: 2354

Connect Dashboard JS to a .Net Api

Hello, I try to connect Stimulsoft Dashboard JS to a .net core api. By the past, I successfully did it for reports but all my attempts to connect my dashboard with the api failed. My scenario is that I have a datasource dynamically setted that map to tables in a sql database (but through an api endp...
by EricB85
Wed Jan 29, 2020 8:33 am
Forum: Stimulsoft Reports.JS
Topic: Every tables in the datasource is called when report is rendered
Replies: 3
Views: 1276

Re: Every tables in the datasource is called when report is rendered

Hello HighAley, Thanks for your answer, I did not know this property. Can you tell me how to set it, I don't find documentation on this property. I have one database with 10 datasources (tables) in the dictionary and only one datasource is used in the report. *** UPDATE *** Ok found it : https://adm...
by EricB85
Mon Jan 27, 2020 1:36 pm
Forum: Stimulsoft Reports.JS
Topic: Every tables in the datasource is called when report is rendered
Replies: 3
Views: 1276

Every tables in the datasource is called when report is rendered

Hello, I have a Dictionary with one datasource (connected to postgresql) with, let' say, 10 tables. I create a report with ONE table with only 2 columns. When I execute this report, there is a http post call for every tables in the datasource with "select *" queries. Is it normal? How ca I...