Search found 6247 matches

by Lech Kulikowski
Thu Apr 11, 2024 6:45 am
Forum: Stimulsoft Reports.NET
Topic: The report viewer is blank
Replies: 5
Views: 793

Re: The report viewer is blank

Hello,

Please check the following article:
https://www.stimulsoft.com/en/documenta ... imeout.htm

Thank you.
by Lech Kulikowski
Wed Apr 10, 2024 8:05 am
Forum: Stimulsoft Reports.NET
Topic: The report viewer is blank
Replies: 5
Views: 793

Re: The report viewer is blank

Hello,

What version are you use? Try to check the last release build.

Thank you.
by Lech Kulikowski
Tue Apr 09, 2024 9:03 pm
Forum: Stimulsoft BI Designer
Topic: Could not get filters working
Replies: 5
Views: 1151

Re: Could not get filters working

Hello,

As I said several times in previous replies you should use the Expression.

Thank you.
by Lech Kulikowski
Tue Apr 09, 2024 9:22 am
Forum: Stimulsoft Reports.WEB
Topic: The report does not respect the current orientation of the image
Replies: 9
Views: 1553

Re: The report does not respect the current orientation of the image

Hello,

We require more time to investigate the issue thoroughly. Rest assured, we will keep you informed about the outcome as soon as possible.

Thank you.
#14239
by Lech Kulikowski
Tue Apr 09, 2024 6:32 am
Forum: Stimulsoft Reports.JS
Topic: Data is not showing for first time Preview report
Replies: 1
Views: 981

Re: Data is not showing for first time Preview report

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Tue Apr 09, 2024 6:31 am
Forum: Stimulsoft Reports.JS
Topic: Not Sorting By Numbers Correctly
Replies: 6
Views: 980

Re: Not Sorting By Numbers Correctly

Hello,

Please check the modified report.

Thank you.
by Lech Kulikowski
Mon Apr 08, 2024 7:30 am
Forum: Stimulsoft Reports.JS
Topic: Not Sorting By Numbers Correctly
Replies: 6
Views: 980

Re: Not Sorting By Numbers Correctly

Hello,

In your JSON, your column is stored as a string:
"Amendment#": "7"
for numeric should be:
"Amendment#": 7

Also, in your report you can use the following expression for sorting:
(decimal)(Projects.Amendment_)

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:18 pm
Forum: Stimulsoft Reports.NET
Topic: How can I create a StiSqlDatabase with the driver Devart?
Replies: 1
Views: 880

Re: How can I create a StiSqlDatabase with the driver Devart?

Hello,

> but where i must to use?

In your code before calling the designer.

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:17 pm
Forum: Stimulsoft Reports.WEB
Topic: Data Grouping Issues
Replies: 1
Views: 794

Re: Data Grouping Issues

Hello,

Please send us test data and the necessary result, we will try to find a solution.

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:16 pm
Forum: Stimulsoft Reports.JS
Topic: prototype change causes a problem in stimulsoft
Replies: 3
Views: 1239

Re: prototype change causes a problem in stimulsoft

Hello,

Thank you for your suggestion.