Search found 8 matches

by Wadii
Fri Dec 22, 2023 2:50 pm
Forum: Stimulsoft Dashboards.JS
Topic: Export to PowerPoint in Stimulsoft Dashboard Viewer
Replies: 2
Views: 1626

Export to PowerPoint in Stimulsoft Dashboard Viewer

Hello,

I would like to export a Dashboard to PowerPoint File in the Viewer :
- options.exports.showExportToPowerPoint = true => not working
- with StiPpt2007ExportService => not working

How to export Dashboard to PowerPoint?
by Wadii
Tue Nov 28, 2023 10:47 am
Forum: Stimulsoft Dashboards.JS
Topic: Loading Dashboard is very very slow!
Replies: 3
Views: 5034

Re: Loading Dashboard is very very slow!

Hello, I can't send you a sample because you need to have an SQL server database but it's very simple to reproduce, you just have to : - create an SQL server database and create a table with 15000/20000 rows of data, - add a graph, put one column of this table on the values ​​and another on the argu...
by Wadii
Thu Nov 23, 2023 1:59 pm
Forum: Stimulsoft Dashboards.JS
Topic: Loading Dashboard is very very slow!
Replies: 3
Views: 5034

Loading Dashboard is very very slow!

Hello, When create Dashborad with data from sql server DB, the loading is very very slow. Here is my use case in detail : - I referenced a table with 13615 lines of data - I added just one Chart in the Dashboard with one column of Value and one column fo Arguments - I added one variable Loading Dash...
by Wadii
Wed Nov 22, 2023 2:52 pm
Forum: Stimulsoft Dashboards.JS
Topic: showParametersButton does not do anything!
Replies: 6
Views: 6189

Re: showParametersButton does not do anything!

Hello,

Any news?

Thank you.
by Wadii
Wed Nov 22, 2023 2:52 pm
Forum: Stimulsoft Reports.JS
Topic: First Report loading with variable!
Replies: 8
Views: 4821

Re: First Report loading with variable!

Hello,

Any news?

Thank you.
by Wadii
Tue Nov 21, 2023 10:35 am
Forum: Stimulsoft Reports.JS
Topic: First Report loading with variable!
Replies: 8
Views: 4821

Re: First Report loading with variable!

Here is the example used :

Code: Select all

var viewer = new Stimulsoft.Viewer.StiViewer(null, 'StiViewer', false);
var report = new Stimulsoft.Report.StiReport();
report.loadFile('/dashboard/ReportPoc_1.mrt');
viewer.report = report;
viewer.renderHtml('viewer');

And here is the .mrt
ReportPoc_1.mrt
(1.68 KiB) Downloaded 191 times

Thank you
by Wadii
Tue Nov 21, 2023 9:56 am
Forum: Stimulsoft Reports.JS
Topic: First Report loading with variable!
Replies: 8
Views: 4821

First Report loading with variable!

Hello, When I use variables with Report JS, for the first loading, the variable values ​​are not displayed. I have to click on 'Submit' to see the complete document. So we load the document twice! This is a screenshot of the first loading of the report : Report Variable 1.png This is a screenshot of...
by Wadii
Mon Nov 20, 2023 5:06 pm
Forum: Stimulsoft Dashboards.JS
Topic: showParametersButton does not do anything!
Replies: 6
Views: 6189

showParametersButton does not do anything!

Hello, when I create a dashboard viewer with the option showParametersButton = false var options = new Stimulsoft.Viewer.StiViewerOptions(); options.toolbar.showParametersButton = false; var viewer = new Stimulsoft.Viewer.StiViewer(options, 'StiViewer', false); the variables panel still visible stra...