Search found 5265 matches

by Lech Kulikowski
Fri Mar 31, 2023 7:07 pm
Forum: Stimulsoft Reports.WEB
Topic: Upgrade to .Net 7 break report
Replies: 3
Views: 41

Re: Upgrade to .Net 7 break report

Hello,

Please update our assembly on the last release 2023.2.1 version.

Thank you.
by Lech Kulikowski
Fri Mar 31, 2023 1:37 pm
Forum: Stimulsoft Reports.WPF
Topic: Change order of Group headers by code
Replies: 1
Views: 26

Re: Change order of Group headers by code

Hello,

You can change groups ordering in the report.Pages[0].Components by code.

Thank you.
by Lech Kulikowski
Fri Mar 31, 2023 8:50 am
Forum: Stimulsoft Dashboards.PHP
Topic: How to disable button duplicate and properties on connection dictionary?
Replies: 2
Views: 40

Re: How to disable button duplicate and properties on connection dictionary?

Hello, Please try to check the following code: var designer = new Stimulsoft.Designer.StiDesigner(designerOptions, "StiDesigner", false); designer.renderHtml("content"); designer.jsObject.InitializeSelectConnectionForm(function (form) { designer.jsObject.oldInitializeSelectConnec...
by Lech Kulikowski
Fri Mar 31, 2023 6:37 am
Forum: Stimulsoft Reports.JS
Topic: Help in simulate an specific visualization for the report.
Replies: 1
Views: 32

Re: Help in simulate an specific visualization for the report.

Hello,

You can use an additional Panel with text components with the DockStyle=Top property.

Thank you.
by Lech Kulikowski
Fri Mar 31, 2023 6:33 am
Forum: Stimulsoft Reports.JS
Topic: Exporting report to Xls or Doc without Headers
Replies: 4
Views: 54

Re: Exporting report to Xls or Doc without Headers

Hello,

You can replace the "Transparent" background of the text boxes with "32,152,152,152".
This is almost transparent, you can hardly see the difference in previews, but in the exports instead of white it will be the desired gray color.

Thank you.
by Lech Kulikowski
Thu Mar 30, 2023 9:51 pm
Forum: Stimulsoft Reports.WEB
Topic: Unable to see Business object under Data sources - Stimulsoft Designer
Replies: 3
Views: 37

Re: Unable to see Business object under Data sources - Stimulsoft Designer

Hello,

Please check the Skill Level option (File - Account)

Thank you.
by Lech Kulikowski
Thu Mar 30, 2023 9:50 pm
Forum: Stimulsoft Reports.JS
Topic: Adjust report size based on available space when resizing
Replies: 3
Views: 79

Re: Adjust report size based on available space when resizing

Hello, Please try to check the following code: <form id="form1" runat="server"> <cc3:StiWebDesigner runat="server" ID="StiWebDesigner1" OnGetReport="StiWebDesigner1_GetReport" OnSaveReport="StiWebDesigner1_SaveReport" /> </form> <script> js...
by Lech Kulikowski
Thu Mar 30, 2023 8:04 am
Forum: Stimulsoft Reports.JS
Topic: Exporting report to Xls or Doc without Headers
Replies: 4
Views: 54

Re: Exporting report to Xls or Doc without Headers

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.
by Lech Kulikowski
Thu Mar 30, 2023 8:00 am
Forum: Stimulsoft Dashboards.WEB
Topic: Chart Interaction not working on Web Viewer 2022.4.5
Replies: 1
Views: 21

Re: Chart Interaction not working on Web Viewer 2022.4.5

Hello,

We couldn't reproduce the issue.

Please try to check the last release build. If the issue is still present, please send us a sample report with test data that reproduces the issue for analysis.

Thank you.