Search found 6271 matches

by Lech Kulikowski
Sun Sep 06, 2020 6:17 pm
Forum: Stimulsoft Reports.WPF
Topic: Generate PDF it will slow
Replies: 1
Views: 2772

Re: Generate PDF it will slow

Hello, > Do you mean the rendering of the PDF, or the general rendering of the report. It is the export that is slower. > And how much does it slow down? We can't say exactly, because everything depends on the size of the report, the amount of text, text sizes, options enabled, etc. There are many d...
by Lech Kulikowski
Fri Sep 04, 2020 6:25 pm
Forum: Stimulsoft Reports.WEB
Topic: rendering control based on variable type and data source
Replies: 1
Views: 745

Re: rendering control based on variable type and data source

Hello,

No, this feature is not available.

You can use only variables types available in the dictionary.

Thank you.
by Lech Kulikowski
Fri Sep 04, 2020 6:23 pm
Forum: Stimulsoft Reports.WPF
Topic: Switch Case
Replies: 14
Views: 17704

Re: Switch Case

Hello,

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

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 10:35 am
Forum: Stimulsoft Reports.WEB
Topic: Split a delimited string to extract individual string values
Replies: 3
Views: 1367

Re: Split a delimited string to extract individual string values

Hello,

There are no standard functions for that task.
As a way, you can add your own function in then use it in the report.

Thank you.
by Lech Kulikowski
Thu Sep 03, 2020 10:02 am
Forum: Stimulsoft Ultimate
Topic: Format line chart days in x axis
Replies: 4
Views: 2108

Re: Format line chart days in x axis

Hello,

Thank you for the information.
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: 4003

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

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

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.