Search found 6254 matches

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: 1590

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: 1003

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: 1011

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: 1011

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: 913

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: 811

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: 1269

Re: prototype change causes a problem in stimulsoft

Hello,

Thank you for your suggestion.
by Lech Kulikowski
Sun Apr 07, 2024 7:15 pm
Forum: Stimulsoft Reports.JS
Topic: Not Sorting By Numbers Correctly
Replies: 6
Views: 1011

Re: Not Sorting By Numbers Correctly

Hello,

Please send us a sample report with test data for analysis.

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:14 pm
Forum: Stimulsoft Reports.WEB
Topic: Convert (UNIX-)Timestamp
Replies: 7
Views: 1552

Re: Convert (UNIX-)Timestamp

Hello,

You can add your own function in the report Dictionary:
https://www.stimulsoft.com/en/documenta ... ctions.htm

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:13 pm
Forum: Stimulsoft Reports.JS
Topic: Gant chart dynamic height
Replies: 6
Views: 926

Re: Gant chart dynamic height

Hello, > Which viewer event would be most appropriate ? Is any event emitted after pressing the send button in the User Panel ? For example, onInteraction event: https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_js_web_viewer_viewer_events.htm > Can placing a chart on a c...