Search found 824 matches

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

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

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

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

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.