Search found 812 matches

by Max Shamanov
Mon Nov 22, 2021 1:27 pm
Forum: Stimulsoft Reports.JS
Topic: define image variable
Replies: 1
Views: 807

Re: define image variable

Hello, please try to use the following code for creating an image variable: var info = new Stimulsoft.Report.Dictionary.StiDialogInfo(); info.Base64 = report.dictionary.variables.add(new Stimulsoft.Report.Dictionary.StiVariable("myVariables", "myImage", "myImage", "...
by Max Shamanov
Mon Nov 22, 2021 8:37 am
Forum: Stimulsoft Reports.NET
Topic: Problem with hiding a vertical line
Replies: 7
Views: 904

Re: Problem with hiding a vertical line

Hello,

We are always glad to help.
Let us know if you need any additional help.

Thank you.
by Max Shamanov
Mon Nov 22, 2021 8:32 am
Forum: Stimulsoft Dashboards.JS
Topic: Hyperlinks not working in Excel or PDF
Replies: 4
Views: 1574

Re: Hyperlinks not working in Excel or PDF

Hello,

We need some time to fix the export issue. We will let you know about the result.

Thank you.
#5551
by Max Shamanov
Mon Nov 22, 2021 6:14 am
Forum: Stimulsoft Reports.NET
Topic: Updating from 2016.1, Menus not working
Replies: 1
Views: 501

Re: Updating from 2016.1, Menus not working

Hello,

here are the links to:
- our changes (https://www.stimulsoft.com/en/changes/ultimate)
- adding custom component (https://www.stimulsoft.com/en/samples/r ... e-designer)

Thank you.
by Max Shamanov
Fri Nov 19, 2021 7:56 am
Forum: Stimulsoft Reports.NET
Topic: Problem with hiding a vertical line
Replies: 7
Views: 904

Re: Problem with hiding a vertical line

Hello,

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

Thank you.
by Max Shamanov
Thu Nov 18, 2021 1:38 pm
Forum: Stimulsoft Reports.NET
Topic: Problem with hiding a vertical line
Replies: 7
Views: 904

Re: Problem with hiding a vertical line

Hello, In that case, we add a variable, because the column sum is calculated after the report is built, and the condition is applied before the column sum has been calculated. We turn on a property "double pass" to re-pass the report, the sum in the variable is known to us, now the conditi...
by Max Shamanov
Thu Nov 18, 2021 12:42 pm
Forum: Stimulsoft Dashboards.WEB
Topic: How to show the label when positioned on a chart column
Replies: 5
Views: 1606

Re: How to show the label when positioned on a chart column

Hello,

you can use a custom tooltip for the chart element.
Unfortunately, in this case, the color marker will not be available. We will check if it's possible to add a color marker for the custom tooltip.

Thank you.
#5533
by Max Shamanov
Thu Nov 18, 2021 10:37 am
Forum: Stimulsoft Reports.JS
Topic: Oracle Connection and Adapter
Replies: 10
Views: 4418

Re: Oracle Connection and Adapter

Hello, You can prepare data in your code and register it with the regData() method as dataset, or you can create a custom data adapter. I have attached links to our documentation and sample. https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_js_engine_connecting_data_files...
by Max Shamanov
Thu Nov 18, 2021 10:29 am
Forum: Stimulsoft Reports.NET
Topic: Problem with hiding a vertical line
Replies: 7
Views: 904

Re: Problem with hiding a vertical line

Hello,

I have attached a report example, with a variable to help you hide your line.

Thank you.