Search found 800 matches

by Max Shamanov
Tue Nov 09, 2021 12:51 pm
Forum: Stimulsoft Dashboards.JS
Topic: Table hidden row and cell cause empty area
Replies: 22
Views: 6126

Re: Table hidden row and cell cause empty area

Hello,

I have attached my report in this post.

Thank you.
by Max Shamanov
Tue Nov 09, 2021 11:59 am
Forum: Stimulsoft Reports.NET
Topic: Designer - Eventcode missing / displayed as "(Blocks)"
Replies: 1
Views: 480

Re: Designer - Eventcode missing / displayed as "(Blocks)"

Hello,

We couldn't reproduce the issue on our samples or newly created reports.

Please clarify which product and version are you use, and how to get the problem step by step.

Thank you.
by Max Shamanov
Tue Nov 09, 2021 11:46 am
Forum: Stimulsoft Dashboards.JS
Topic: Table hidden row and cell cause empty area
Replies: 22
Views: 6126

Re: Table hidden row and cell cause empty area

Hello,

to solve the problem of the empty space between the table and the header, you can use "can shrink" property for the table

Thank you.
by Max Shamanov
Mon Nov 08, 2021 8:51 am
Forum: Stimulsoft Reports.JS
Topic: Landscape Orientation in JS Report
Replies: 3
Views: 872

Re: Landscape Orientation in JS Report

Hello,

please use the following code to change page orientation:

Code: Select all

report.pages.list[0].orientation = Stimulsoft.Report.Components.StiPageOrientation.Landscape;
Thank you.
by Max Shamanov
Fri Oct 29, 2021 1:12 pm
Forum: Stimulsoft Reports.JS
Topic: Designer Copy/Paste
Replies: 2
Views: 643

Re: Designer Copy/Paste

Hello,

The issue is fixed. The fix will be available in the next release build.

Thank you.
by Max Shamanov
Wed Oct 27, 2021 1:42 pm
Forum: Stimulsoft Reports.JS
Topic: Designer Copy/Paste
Replies: 2
Views: 643

Re: Designer Copy/Paste

Hello,

We need some time to fix the issue for Reports.JS. We will let you know about the result.

Thank you.
#5341
by Max Shamanov
Thu Oct 21, 2021 12:35 pm
Forum: Stimulsoft Reports.NET
Topic: Hide Band by condition of value of field in another band
Replies: 3
Views: 1150

Re: Hide Band by condition of value of field in another band

Hello,

you can use conditions to hide components in your report.
You can watch a video about disabling components in the reportt:
https://www.youtube.com/watch?v=jo5AMul5Zmk

Thank you.
by Max Shamanov
Wed Oct 20, 2021 3:35 pm
Forum: Stimulsoft Reports.NET
Topic: Count Repeatable Values
Replies: 3
Views: 1266

Re: Count Repeatable Values

Hello,

I have attached 2 screenshots that show how the values can be calculated.

Thank you.
by Max Shamanov
Tue Oct 19, 2021 2:15 pm
Forum: Stimulsoft Reports.NET
Topic: Count Repeatable Values
Replies: 3
Views: 1266

Re: Count Repeatable Values

Hello,

in that case, you can use grouping for the second band and on the GroupFooterBand use the following expression:
{datasourcename.col2} = {Count(Datadatasourcename2)}

Sample report in the attachment.

Thank you.
by Max Shamanov
Wed Sep 22, 2021 4:41 pm
Forum: Stimulsoft Dashboards.JS
Topic: Hyperlink using Interaction.Bookmark in exported PDF
Replies: 1
Views: 994

Re: Hyperlink using Interaction.Bookmark in exported PDF

Hello,

Try to set property Hyperlink using Bookmark in Iteraction menu for text componet on page1. After that, when you export to PDF, everything will work.

Thank you.