Search found 6254 matches

by Lech Kulikowski
Mon Apr 03, 2023 8:46 pm
Forum: Stimulsoft BI Designer
Topic: Is there a way to type script as code instead of using Blocky in the local designer?
Replies: 3
Views: 8122

Re: Is there a way to type script as code instead of using Blocky in the local designer?

Hello,

You can set it in the designer options (File-Options), the "Default Script Mode" option.

Thank you.
by Lech Kulikowski
Mon Apr 03, 2023 8:43 pm
Forum: Stimulsoft Reports.JAVA
Topic: Break pages dynamically or with some kind of condition
Replies: 3
Views: 7519

Re: Break pages dynamically or with some kind of condition

Hello,

In the NET-based and JS products.

Thank you.
by Lech Kulikowski
Mon Apr 03, 2023 8:41 pm
Forum: Stimulsoft BI Server
Topic: StiReportParameter
Replies: 3
Views: 56598

Re: StiReportParameter

Hello,

Unfortunately, business objects are not supported in the BI Server.

Thank you.
by Lech Kulikowski
Sat Apr 01, 2023 2:28 pm
Forum: Stimulsoft Reports.JAVA
Topic: Break pages dynamically or with some kind of condition
Replies: 3
Views: 7519

Re: Break pages dynamically or with some kind of condition

Hello,

Unfortunately, in the Java version, it is not possible.

Thank you.
by Lech Kulikowski
Sat Apr 01, 2023 2:26 pm
Forum: Stimulsoft Reports.JAVA
Topic: Update for Library 2023.1.8 - Report Manager - Java
Replies: 8
Views: 11440

Re: Update for Library 2023.1.8 - Report Manager - Java

Hello,

Do you have the issue with all reports or only specific ones?

Thank you.
by Lech Kulikowski
Sat Apr 01, 2023 2:25 pm
Forum: Stimulsoft BI Server
Topic: StiReportParameter
Replies: 3
Views: 56598

Re: StiReportParameter

Hello,

Please provide more detailed information.
Also, please clarify which product and version are you use.

Thank you.
by Lech Kulikowski
Sat Apr 01, 2023 2:23 pm
Forum: Stimulsoft Reports.WEB
Topic: Can I force a page break based on when the value of a column ?
Replies: 10
Views: 1965

Re: Can I force a page break based on when the value of a column ?

Hello,

You can use the following code in the BeforePrint event:
if (yourcondition)
Engine.NewPage();

Thank you.
by Lech Kulikowski
Sat Apr 01, 2023 2:20 pm
Forum: Stimulsoft Reports.WEB
Topic: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Replies: 8
Views: 1938

Re: System.IndexOutOfRangeException: Index was outside the bounds of the array.

Hello,

The issue with Conditions for the ChildBandStudentReportDetails component.

Thank you.