Search found 128 matches

by John
Fri Apr 28, 2023 2:27 pm
Forum: Stimulsoft Reports.NET
Topic: Doughnut chart
Replies: 4
Views: 1246

Re: Doughnut chart

Great, thanks for the infos. I'll give that a try.
by John
Thu Apr 27, 2023 8:31 am
Forum: Stimulsoft Reports.NET
Topic: Doughnut chart
Replies: 4
Views: 1246

Doughnut chart

Hallo Team,
I'm using the doughnut chart and have two questions. I've added an attachment to make things easy to see.
1. Can I change the thickness of the doughnut?
2. Can I rotate it so that one area begins at the top?

Many thanks
John K.
by John
Tue Oct 27, 2020 2:47 pm
Forum: Stimulsoft Ultimate
Topic: Text position in table cell when split over 2 pages
Replies: 6
Views: 3956

Re: Text position in table cell when split over 2 pages

Super, thanks very much. I'll give it a try.
by John
Mon Oct 05, 2020 11:09 am
Forum: Stimulsoft Ultimate
Topic: Text position in table cell when split over 2 pages
Replies: 6
Views: 3956

Re: Text position in table cell when split over 2 pages

Normally, I'd send you a template (MRT file) and a dataset. However, in this case, there is no template. The report is created without one in code at runtime. Furthermore, there is no dataset since each cell in the table receives its contents using an event. I set a breakpoint after Render() and hav...
by John
Fri Oct 02, 2020 1:35 pm
Forum: Stimulsoft Ultimate
Topic: Text position in table cell when split over 2 pages
Replies: 6
Views: 3956

Text position in table cell when split over 2 pages

Dear Team, in the attached pdf there is part of a table, generated dynamically in c# code at runtime. Normally, the text in each cell is displayed vertically in the middle. This is fine unless the text is long and split over 2 pages, as is the case here. Is there any trick you know (maybe using some...
by John
Thu Sep 26, 2019 12:50 pm
Forum: Stimulsoft Reports.NET
Topic: Render report: TEMP dll not found
Replies: 1
Views: 1198

Render report: TEMP dll not found

Hallo Support, we have the problem on our live system (test systems are fine) that we sometimes receive the following error when a report is rendered "The file "C:\Windows\TEMP\ru3jtxkd.dll" could not be found". This has been going on for several months now at least. We save the ...
by John
Thu Sep 26, 2019 10:13 am
Forum: Stimulsoft Reports.NET
Topic: Use designer to save c# code in .net core 2 format
Replies: 1
Views: 863

Use designer to save c# code in .net core 2 format

Hallo Support, I just downloaded and tried out the latest designer (version 2019.3.6). I wish to save the c# code in .net core 2.x format but I cannot see any possibility. Up to now we have been using the old framework but it is time to move to .net core. However, without this functionality in the d...
by John
Wed Jul 18, 2018 6:52 am
Forum: Stimulsoft Ultimate
Topic: Table header "Print on: except first page" problem
Replies: 9
Views: 4171

Re: Table header "Print on: except first page" problem

Hello, I mentioned this in my first post - using mainReport.SubReports.Add(template1, true, false); as I had tried it already. I know it resets the page numbering and the table headers display correctly but I had the problem that the page numbering I was displaying at the end of each page was then w...
by John
Tue Jul 17, 2018 9:55 am
Forum: Stimulsoft Ultimate
Topic: Table header "Print on: except first page" problem
Replies: 9
Views: 4171

Re: Table header "Print on: except first page" problem

Hello Lech, thank-you for the information. I did not know that it is possible to add sub-reports in a different way than this: mainReport.SubReports.Add(template1); You said, "add your subreports as pages in the main report". I tried this as follows: mainReport.Pages.AddRange(template1.Pag...
by John
Mon Jul 16, 2018 11:12 am
Forum: Stimulsoft Ultimate
Topic: Table header "Print on: except first page" problem
Replies: 9
Views: 4171

Re: Table header "Print on: except first page" problem

Hello Lech,

did you have a chance to look into this issue.

Thanks in advance.

John K.