Search found 6301 matches

by Lech Kulikowski
Thu May 02, 2024 7:53 pm
Forum: Stimulsoft Reports.NET
Topic: Table cells split badly across 2 pages
Replies: 3
Views: 47

Re: Table cells split badly across 2 pages

Hello,

In this case, you can try to use DataBand, Text and Image components, and on each row of the DataBand enable Text or Image as you need.

Thank you.
by Lech Kulikowski
Thu May 02, 2024 7:51 pm
Forum: Stimulsoft Ultimate
Topic: Change Text-Label Column (Cross-Tab)
Replies: 1
Views: 15

Re: Change Text-Label Column (Cross-Tab)

Hello,

As away, you can add the Calculated column with the necessary expression - datasource.column + "your text", and then use it for the Cross-Tab component.

Thank you.
by Lech Kulikowski
Thu May 02, 2024 7:46 pm
Forum: Stimulsoft PDF Forms
Topic: Getting list from OData via variable list
Replies: 5
Views: 63

Re: Getting list from OData via variable list

Hello, Please check the following code for the List variable: var newVariable = new Stimulsoft.Report.Dictionary.StiVariable(); newVariable.name = "Variable"; newVariable.alias = "Variable"; newVariable.type = Stimulsoft.System.StimulsoftStringList; newVariable.requestFromUser = ...
by Lech Kulikowski
Thu May 02, 2024 7:41 pm
Forum: Stimulsoft Ultimate
Topic: Hide Empty data Column or Row
Replies: 11
Views: 217

Re: Hide Empty data Column or Row

Hello,

You are welcome.
by Lech Kulikowski
Thu May 02, 2024 7:41 pm
Forum: Stimulsoft Dashboards.JS
Topic: Problem with Initial Selection in StiDatePickerElement
Replies: 5
Views: 115

Re: Problem with Initial Selection in StiDatePickerElement

Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.
#14385
by Lech Kulikowski
Thu May 02, 2024 5:00 pm
Forum: Stimulsoft PDF Forms
Topic: Getting list from OData via variable list
Replies: 5
Views: 63

Re: Getting list from OData via variable list

Hello,

In this case, you should the ToQueryString() function for your variable:
{idList.ToQueryString()}

Thank you.
by Lech Kulikowski
Thu May 02, 2024 9:14 am
Forum: Stimulsoft Reports.JS
Topic: Cross-Data Merge Column Header
Replies: 3
Views: 56

Re: Cross-Data Merge Column Header

Hello,

Sorry, but we still did not exactly understand your task. Please explain in more detail what you want.

Thank you.
by Lech Kulikowski
Wed May 01, 2024 9:33 am
Forum: Stimulsoft PDF Forms
Topic: Getting list from OData via variable list
Replies: 5
Views: 63

Re: Getting list from OData via variable list

Hello,

You can use the Request From User option for your variable.

Thank you.
by Lech Kulikowski
Wed May 01, 2024 9:31 am
Forum: Stimulsoft Ultimate
Topic: Hide Empty data Column or Row
Replies: 11
Views: 217

Re: Hide Empty data Column or Row

Hello,

You can add a filter for your Cross-Tab component.

Thank you.
by Lech Kulikowski
Wed May 01, 2024 9:15 am
Forum: Stimulsoft Reports.JS
Topic: Custom Fonts Duplicated
Replies: 6
Views: 109

Re: Custom Fonts Duplicated

Hello,

We require more time to investigate the issue thoroughly. Rest assured, we will keep you informed about the outcome as soon as possible.

Thank you.