Search found 6286 matches

by Lech Kulikowski
Tue Apr 30, 2024 10:26 am
Forum: Stimulsoft Reports.JS
Topic: After Update sort is not working with date values
Replies: 3
Views: 38

Re: After Update sort is not working with date values

Hello Peter,

We couldn't reproduce the issue on our test data.
Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Tue Apr 30, 2024 9:14 am
Forum: Stimulsoft Reports.JS
Topic: Custom Fonts Duplicated
Replies: 4
Views: 34

Re: Custom Fonts Duplicated

Hello,

It should work.

Thank you.
by Lech Kulikowski
Tue Apr 30, 2024 9:14 am
Forum: Stimulsoft Ultimate
Topic: Hide Empty data Column or Row
Replies: 7
Views: 112

Re: Hide Empty data Column or Row

Hello,

Sorry, we did not exactly understand your question. Could you explain your issue in more detail?

Thank you.
by Lech Kulikowski
Tue Apr 30, 2024 8:57 am
Forum: Stimulsoft Reports.WEB
Topic: Display Time in a particular timezone
Replies: 3
Views: 51

Re: Display Time in a particular timezone

Hello,

What product, version are you use? How do you run your report?

Thank you.
by Lech Kulikowski
Tue Apr 30, 2024 8:56 am
Forum: Stimulsoft Dashboards.JS
Topic: Get datepicker range
Replies: 5
Views: 120

Re: Get datepicker range

Hello,

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

Thank you.
by Lech Kulikowski
Mon Apr 29, 2024 12:48 pm
Forum: Stimulsoft Reports.JS
Topic: Glyph widths in font dictionary are not consistent with embedded font program widths.
Replies: 1
Views: 42

Re: Glyph widths in font dictionary are not consistent with embedded font program widths.

Hello, The problem is complicated. in the font description, you should specify the width of the characters used. then validators check this. but the problem is that different graphics libraries produce different character sizes. and different validators have different tolerances for character sizes....
by Lech Kulikowski
Mon Apr 29, 2024 12:46 pm
Forum: Stimulsoft Reports.JS
Topic: Custom Fonts Duplicated
Replies: 4
Views: 34

Re: Custom Fonts Duplicated

Hello, If you load fonts through resources - yes, we have such a problem, font styles are not grouped there in any way. The option is to load fonts through StiFontCollection, where you can specify the FontStyle parameter. i.e. you can load several files with the same name but with different styles. ...
by Lech Kulikowski
Mon Apr 29, 2024 12:27 pm
Forum: Stimulsoft Reports.JS
Topic: How to remove System Fonts
Replies: 3
Views: 41

Re: How to remove System Fonts

Hello,

You are welcome.
by Lech Kulikowski
Mon Apr 29, 2024 12:13 pm
Forum: Stimulsoft Reports.JS
Topic: How to set Manually the Document Conformance Level for PDF A3
Replies: 1
Views: 33

Re: How to set Manually the Document Conformance Level for PDF A3

Hello,

Can't see what the problem is from the screenshot.
At first glance - most often the problem in JS is with fonts, you need to have all the necessary fonts loaded in StiFontCollection.
If it doesn't help, send an example report and the resulting pdf file for analysis.

Thank you.
by Lech Kulikowski
Mon Apr 29, 2024 9:09 am
Forum: Stimulsoft Reports.NET
Topic: Display multiple rows in GroupFooter
Replies: 2
Views: 50

Re: Display multiple rows in GroupFooter

Hello,

As a way, you can use an additional variable.

Thank you.