Hello,
You are welcome.
Search found 5265 matches
- Fri Mar 31, 2023 7:07 pm
- Forum: Stimulsoft Reports.WEB
- Topic: Unable to see Business object under Data sources - Stimulsoft Designer
- Replies: 3
- Views: 37
- 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.
Please update our assembly on the last release 2023.2.1 version.
Thank you.
- 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.
You can change groups ordering in the report.Pages[0].Components by code.
Thank you.
- 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...
- 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.
You can use an additional Panel with text components with the DockStyle=Top property.
Thank you.
- 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.
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.
- 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.
Please check the Skill Level option (File - Account)
Thank you.
- 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...
- 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.
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.
- 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.
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.