Search found 6295 matches

by Lech Kulikowski
Mon Apr 29, 2024 7:39 am
Forum: Stimulsoft Reports.WEB
Topic: Display Time in a particular timezone
Replies: 8
Views: 171

Re: Display Time in a particular timezone

Hello,

Please try to set the Compilation mode (CalculationMode property) for the report.

Thank you.
by Lech Kulikowski
Mon Apr 29, 2024 7:35 am
Forum: Stimulsoft Reports.JS
Topic: How to remove System Fonts
Replies: 3
Views: 65

Re: How to remove System Fonts

Hello,

Please try to use the showSystemFonts option:
https://www.stimulsoft.com/en/documenta ... ttings.htm

Thank you.
by Lech Kulikowski
Mon Apr 29, 2024 7:31 am
Forum: Stimulsoft Dashboards.JS
Topic: Problem with Initial Selection in StiDatePickerElement
Replies: 4
Views: 110

Re: Problem with Initial Selection in StiDatePickerElement

Hello,

We couldn't reproduce the issue.
Please provide more detailed information. What version, browser, browser and system localizations?

Thank you.
by Lech Kulikowski
Fri Apr 26, 2024 9:21 am
Forum: Stimulsoft Ultimate
Topic: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms
Replies: 22
Views: 547

Re: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms

Hello,

Please add alias name of the fonts:
StiFontCollection.AddFontFile("simkai.ttf", "楷体");

Thank you.
by Lech Kulikowski
Fri Apr 26, 2024 8:52 am
Forum: Stimulsoft Ultimate
Topic: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms
Replies: 22
Views: 547

Re: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms

Hello,

We need some additional time to investigate the issue, we will let you know about the result.

Thank you.
by Lech Kulikowski
Fri Apr 26, 2024 8:20 am
Forum: Stimulsoft Reports.WEB
Topic: missing of icons in stimulsoft designer
Replies: 11
Views: 893

Re: missing of icons in stimulsoft designer

Hello,

You are welcome.
by Lech Kulikowski
Fri Apr 26, 2024 8:10 am
Forum: Stimulsoft Reports.NET
Topic: Simple addition, subtraction, multiplication and division
Replies: 1
Views: 56

Re: Simple addition, subtraction, multiplication and division

Hello,

The full expression should be in brackets like:
{(Value1 + Value2 - Value3)/4}

Thank you.