Search found 7 matches

by xnetdude
Fri Nov 26, 2021 5:00 pm
Forum: Stimulsoft Dashboards.WEB
Topic: Clustered bar x-axis naming
Replies: 1
Views: 828

Clustered bar x-axis naming

Hi, We are using a clustered bar within a databand with an sql query that returns data like this (for example) Delegates, 20 Passed, 15 Failed, 5 Because they are all returned in a single row of data each line above has it's own Series with it's "Value | List of Values" propery set to the ...
by xnetdude
Wed Mar 06, 2019 10:29 am
Forum: Stimulsoft Reports.NET
Topic: Change connection string in code asp.net core mvc - not working
Replies: 3
Views: 1868

Re: Change connection string in code asp.net core mvc - not working

Lech - I assume your solution would not work in the scenario of ...Databases.Clear(); as there would be no entry to reference as per your example. I've seen lots of different posts suggesting what should or shouldnt be cleared and assigned. Could you post all the lines required please as a complete ...
by xnetdude
Mon Mar 04, 2019 6:17 pm
Forum: Stimulsoft Reports.NET
Topic: Change connection string in code asp.net core mvc - not working
Replies: 3
Views: 1868

Change connection string in code asp.net core mvc - not working

Hi - like many we need to change the connection string from dev environment to production. We have looked at all the articles here are believe we only need to do this after the "Report" is loaded :- report.Load(...); connectionString = "Data Source=SQLSERVERNAME;Initial Catalog=LotsOf...
by xnetdude
Tue Feb 26, 2019 11:05 pm
Forum: Stimulsoft Reports.WEB
Topic: Doughnut chart cutout
Replies: 1
Views: 924

Doughnut chart cutout

Hi - using asp.net Core MVC version 2019.2.

Does anyone know of a way of changing the doughnut chart cutout ratio so the white space in the middle is greater, therefore making the band thinner?

Thanks.
James.
by xnetdude
Tue Feb 26, 2019 9:32 pm
Forum: Stimulsoft Reports.WEB
Topic: Remove "Open after export" option
Replies: 1
Views: 864

Remove "Open after export" option

We are using asp.net Core MVC with Identify authentication framework (it's actually a mix of MVC and "new" Razor Pages). When we select the "Open after export" checkbox on the "Save As" window that appears for certain exports, we are taken back to our login page (which ...
by xnetdude
Sat Feb 23, 2019 11:55 am
Forum: Stimulsoft Reports.WEB
Topic: Update asp.net core report after variable change
Replies: 3
Views: 15678

Update asp.net core report after variable change

I am really struggling to find an answer to this problem. It has been asked before but not definitive answer given. We are using a trial of the asp.net Core 2019.2 version and are rendering reports in a Viewer within a partial view nicely. We have linked our datasource to SQL Server and have specifi...