Search found 21 matches

by ivar
Wed Dec 09, 2020 11:33 am
Forum: Stimulsoft Reports.WPF
Topic: WPF designer broken
Replies: 8
Views: 5856

Re: WPF designer broken

Thanks for letting us know. I hope the next version will be a quality release that can restore our trust in the reliability of Stimulsoft again.
by ivar
Thu Dec 03, 2020 11:11 am
Forum: Stimulsoft Reports.WPF
Topic: WPF designer broken
Replies: 8
Views: 5856

Re: WPF designer broken

See attached project. We are using businessobjects
by ivar
Mon Nov 30, 2020 2:50 pm
Forum: Stimulsoft Reports.WPF
Topic: WPF designer broken
Replies: 8
Views: 5856

Re: WPF designer broken

See attached report. Try to edit databand2. Nothing shows on the right in the editor.

Playing with the options gives the crash as shown in the image.

usage:
var stiReport = StiReport.GetReport();
// code to load
stiReport.DesignWithWpf();
by ivar
Mon Nov 30, 2020 11:10 am
Forum: Stimulsoft Reports.WPF
Topic: WPF designer broken
Replies: 8
Views: 5856

WPF designer broken

Hello, So far the latest updates have been nothing but a frustration. Version 2020.4.x had issues with the designer and we reverted to 2020.3.x Now version 2020.5.1 was released where the designer works but we can't use it because of a dll error in a linux environment This was fixed in 2020.5.2 and ...
by ivar
Thu May 14, 2020 6:03 pm
Forum: Stimulsoft Reports.NET
Topic: Custom Aggregate Function
Replies: 7
Views: 2329

Re: Custom Aggregate Function

I'll see what I can achieve with the report events. The problem is that many reports would need this custom code and our customers wouldn't know how to edit them without breaking the report. But I can solve it by calculating the totals in the businessobjects beforehand so I have a workaround. Source...
by ivar
Thu May 14, 2020 5:58 pm
Forum: Stimulsoft Reports.NET
Topic: using Sum with a custom valuetype
Replies: 6
Views: 2133

Re: using Sum with a custom valuetype

Thanks! Much appreciated.

A question: Will it use the operators or will it cast to decimal?
by ivar
Thu May 14, 2020 10:09 am
Forum: Stimulsoft Reports.NET
Topic: Custom Aggregate Function
Replies: 7
Views: 2329

Re: Custom Aggregate Function

ok, not really what I wanted to hear but thanks anyway.
by ivar
Tue May 12, 2020 7:07 am
Forum: Stimulsoft Reports.NET
Topic: using Sum with a custom valuetype
Replies: 6
Views: 2133

Re: using Sum with a custom valuetype

I created a sample that shows the problem. The operators.png shows that the type has operators available to do math. The 'can be casted.png' shows that the type can be casted to a decimal/double. The 'Errormessage.png' shows the error I get. The preferred solution would be that Stimulsoft uses the o...
by ivar
Mon May 11, 2020 5:21 pm
Forum: Stimulsoft Reports.NET
Topic: using Sum with a custom valuetype
Replies: 6
Views: 2133

Re: using Sum with a custom valuetype

I'll have to put some things together to create a proper sample. I get back to you.
by ivar
Mon May 11, 2020 7:42 am
Forum: Stimulsoft Reports.NET
Topic: Custom Aggregate Function
Replies: 7
Views: 2329

Re: Custom Aggregate Function

Thanks,

I used that to add custom functions for expressions and it works.

But how do I add a function to sum multiple lines like in the screenshot?

Regards, Ivar