Search found 6245 matches

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

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...
by Lech Kulikowski
Fri Apr 05, 2024 8:13 am
Forum: Stimulsoft Reports.WEB
Topic: Problems exporting reports to PDF
Replies: 1
Views: 771

Re: Problems exporting reports to PDF

Hello,

Please send us a sample report with test data that reproduces the issue for analysis on support@stimulsoft.com

Thank you.
by Lech Kulikowski
Thu Apr 04, 2024 7:08 am
Forum: Stimulsoft BI Designer
Topic: Using RestAPI with dynamic endpoint URL
Replies: 5
Views: 1055

Re: Using RestAPI with dynamic endpoint URL

Hello,

Unfortunately, in the Headers it is not possible to use variables.

Thank you.
by Lech Kulikowski
Thu Apr 04, 2024 7:06 am
Forum: Stimulsoft Reports.JS
Topic: A text component overlaps an another in a hierarchical band
Replies: 3
Views: 803

Re: A text component overlaps an another in a hierarchical band

Hello,

In the JS product, the Compilation mode is not supported.

Thank you.
by Lech Kulikowski
Thu Apr 04, 2024 7:04 am
Forum: Stimulsoft Reports.NET
Topic: Wildcard in a filter
Replies: 1
Views: 738

Re: Wildcard in a filter

Hello,

You can use the IndexOf function:
{table.name.IndexOf(varAddress) != -1}

Thank you.
by Lech Kulikowski
Thu Apr 04, 2024 6:59 am
Forum: Stimulsoft Reports.WEB
Topic: Error Generating Reports
Replies: 1
Views: 755

Re: Error Generating Reports

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Wed Apr 03, 2024 6:51 pm
Forum: Stimulsoft Reports.JS
Topic: Gant chart dynamic height
Replies: 6
Views: 875

Re: Gant chart dynamic height

Hello,

As a way, you can check count data and set the Height property of the Chart component in events.

Thank you.
by Lech Kulikowski
Wed Apr 03, 2024 6:57 am
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 11
Views: 1198

Re: How to "store" selcted items

Hello,

What are we supposed to see in this report? The data sources are empty.

Also, please try to set the ScriptLanguage=CSharp for the report. The provided expression for the CSharp language.

Thank you.
by Lech Kulikowski
Wed Apr 03, 2024 6:53 am
Forum: Stimulsoft Reports.WEB
Topic: How to use Dataview to register data?
Replies: 1
Views: 542

Re: How to use Dataview to register data?

Hello,

You can retrieve your data in the DataSet and then provide it to the report with the RegData() method.

Thank you.
by Lech Kulikowski
Wed Apr 03, 2024 6:52 am
Forum: Stimulsoft Reports.WEB
Topic: Subtracting
Replies: 1
Views: 558

Re: Subtracting

Hello,

You can use the DateDiff function from the Dictionary.

Thank you.