Search found 6266 matches

by Lech Kulikowski
Thu Sep 03, 2020 9:59 am
Forum: Stimulsoft Reports.JS
Topic: How can I count registers from a Data Source?
Replies: 10
Views: 3983

Re: How can I count registers from a Data Source?

Hello,

Please check
SEM MOVIMENTO - {Totals.Count(root_retorno_livros)}

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 9:35 am
Forum: Stimulsoft Reports.JS
Topic: All dates are returned as strings
Replies: 1
Views: 552

Re: All dates are returned as strings

Hello,

We couldn't reproduce the issue.
Please send us a simple report with test data for analysis.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 9:31 am
Forum: Stimulsoft Reports.WEB
Topic: Grouping in Cross Tab
Replies: 3
Views: 1027

Re: Grouping in Cross Tab

Hello,

Try to use one column with summary of these values in the Cross-Tab.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 9:30 am
Forum: Stimulsoft Reports.NET
Topic: How to avoid the databand horizontally extended to a new page
Replies: 1
Views: 598

Re: How to avoid the databand horizontally extended to a new page

Hello,

Please try to place the Cross-Tab component on the DataBand.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 9:28 am
Forum: Stimulsoft Dashboards.JS
Topic: Hide charts if missing data source
Replies: 3
Views: 2766

Re: Hide charts if missing data source

Hello,

Please place Chart components on the DataBand and set the CanShrink=true property.
To hide, you can add Condition in which check count datasource.Count and use "Component Is Enabled" option.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 9:24 am
Forum: Stimulsoft Reports.JS
Topic: Difference in a column chart of 0 and 'no data'
Replies: 1
Views: 582

Re: Difference in a column chart of 0 and 'no data'

Hello,

Please send us a sample report with test data that reproduces the issue for analysis, we will try to find a solution for you.

Thank you.
by Lech Kulikowski
Tue Sep 01, 2020 12:18 pm
Forum: Stimulsoft Ultimate
Topic: Format line chart days in x axis
Replies: 4
Views: 2098

Re: Format line chart days in x axis

Hello,

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

Thank you.
by Lech Kulikowski
Tue Sep 01, 2020 9:54 am
Forum: Stimulsoft Ultimate
Topic: Report And Thermal printer
Replies: 3
Views: 3409

Re: Report And Thermal printer

Hello,

There are no any additional properties for thermal printers.
You can set the necessary page settings, size, source etc and check your printer settings.

Thank you.
by Lech Kulikowski
Tue Sep 01, 2020 9:48 am
Forum: Stimulsoft Reports.JS
Topic: Print Issue
Replies: 14
Views: 3342

Re: Print Issue

Hello,

Yuo can use the following code:
viewer.jsObject.postPrint("PrintPdf");

Thank you.