Search found 6265 matches

by Lech Kulikowski
Thu Oct 08, 2020 2:03 pm
Forum: Stimulsoft Reports.WEB
Topic: Sort order is incorrect when dashes are present
Replies: 2
Views: 829

Re: Sort order is incorrect when dashes are present

Hello,

We have added an additional option OrdinalStringComparison. You can set it to true
StiOptions.Engine.OrdinalStringComparison = true;

It will be available in the next release build.

Thank you.
by Lech Kulikowski
Thu Oct 08, 2020 1:50 pm
Forum: Stimulsoft Reports.NET
Topic: String Char Position
Replies: 1
Views: 939

Re: String Char Position

Hello,

You can use IndexOf() function:
{YourValue.IndexOf("-")}

Thank you.
by Lech Kulikowski
Thu Oct 08, 2020 1:20 pm
Forum: Stimulsoft Reports.WEB
Topic: Sort order is incorrect when dashes are present
Replies: 2
Views: 829

Re: Sort order is incorrect when dashes are present

Hello, This is a feature of string sorting in the NET Framework. strings are compared using special methods that can ignore some characters depending on their localization. for example, dashes are often simply ignored. We need some time for investigations and find the solution. We will let you know ...
by Lech Kulikowski
Thu Oct 08, 2020 11:28 am
Forum: Stimulsoft Reports.JS
Topic: Console log warning when load a xml language
Replies: 3
Views: 994

Re: Console log warning when load a xml language

Hello,

Thank you for the information.
by Lech Kulikowski
Thu Oct 08, 2020 6:49 am
Forum: Stimulsoft Reports.WEB
Topic: release of resources
Replies: 9
Views: 1965

Re: release of resources

Hello,

Unfortunately, the viewer does not support such functionality.

Thank you.
by Lech Kulikowski
Wed Oct 07, 2020 8:12 pm
Forum: Stimulsoft Ultimate
Topic: New at this looking for solution
Replies: 17
Views: 6945

Re: New at this looking for solution

Hello

We are always glad to help you!

Thank you.
by Lech Kulikowski
Wed Oct 07, 2020 8:12 pm
Forum: Stimulsoft Reports.NET
Topic: 2020.4.2 Error message prompt non stop for Object reference not set to an instance of an object
Replies: 9
Views: 2304

Re: 2020.4.2 Error message prompt non stop for Object reference not set to an instance of an object

Hello,

That isssue is fixed. The fix will be available in the next release build within one or two weeks.

Thank you.
by Lech Kulikowski
Wed Oct 07, 2020 8:11 pm
Forum: Stimulsoft Reports.NET
Topic: After loading assembly could not set variables
Replies: 7
Views: 1952

Re: After loading assembly could not set variables

Hello,

Please check the following code:
report["VariableName"] = value;

Thank you.
by Lech Kulikowski
Wed Oct 07, 2020 8:10 pm
Forum: Stimulsoft Reports.NET
Topic: Report with nested groups not working
Replies: 1
Views: 648

Re: Report with nested groups not working

Hello,

Please try to add all main levels of you business object as DataBands in your report.

Thank you.