Search found 6329 matches

by Lech Kulikowski
Tue Apr 30, 2024 11:59 am
Forum: Stimulsoft Reports.JS
Topic: Cross-Data Column and Row Sum
Replies: 3
Views: 299

Re: Cross-Data Column and Row Sum

Hello,

You are welcome.
by Lech Kulikowski
Tue Apr 30, 2024 11:59 am
Forum: Stimulsoft Reports.NET
Topic: Display multiple rows in GroupFooter
Replies: 3
Views: 223

Re: Display multiple rows in GroupFooter

Hello,

Could you send test data for your report?

Thank you.
by Lech Kulikowski
Tue Apr 30, 2024 11:57 am
Forum: Stimulsoft Reports.NET
Topic: Table cells split badly across 2 pages
Replies: 3
Views: 218

Re: Table cells split badly across 2 pages

Hello,

Please send us your report with test data for analysis.

Thank you.
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: 248

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: 7
Views: 241

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: 11
Views: 483

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: 8
Views: 511

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

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

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: 7
Views: 241

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. ...