Page 1 of 1

Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Mon May 18, 2020 2:25 pm
by wiki9911
I have multiple reports and I am using Stimulsoft.Reports.Net -Version 2019.4.2, everything is working fine. I integrate Stimulsoft Dashboard and for that dashboard, I have install Stimulsoft.Reports.Net -Version 2020.2.3. The dashboard is working fine and great but one of my reports is showing me error "Index was outside the bounds of the array". whereas changing back to 2019.4.2 the same reports are working fine. This error is coming in reports viewer.

Re: Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Mon May 18, 2020 7:53 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.

Re: Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Tue May 19, 2020 2:40 pm
by wiki9911
Hello,
It was a very weird behaviour of the controls. I have tried the following version and observed.

Version Report Dashboard
2020.2.3 No Yes
2020.2.2 No No
2020.2.1 No No
2020.1.1 Yes Yes
2019.4.2 Yes No

At last, I got my application working both the reports and dashboard.

Re: Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Tue May 19, 2020 8:19 pm
by Lech Kulikowski
Hello,

We can not say something about the issue without a sample. Sorry.

As a way, please try to remove the settings folder by the following path:
[C]:\Users\[UserName]\AppData\Local\Stimulsoft\

Thank you.

Re: Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Wed Jun 17, 2020 10:05 am
by wiki9911
Hello Team,

I have upgraded the new version of Stimulsoft and all my report and app is working perfect.

I have upgrade from 20.1.1 to 20.3.1.


Best Regards,

Re: Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Thu Jun 18, 2020 5:08 am
by Andrew
Hello,

Okay great!

Re: Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Fri Jul 24, 2020 6:42 am
by wiki9911
Hello Team,

I am using "stimulsoft:StiWebViewer" in asp.net. On the page load, I am creating a Dashboard and then passing the dashboard to the control to render the data "webViewer.Report = report;".Before passing the dashboard to the control I am setting this property like "report.DashboardViewerSettings = Stimulsoft.Report.StiDashboardViewerSettings.All;". on Page load this showing me the structure of the report without data and when I click on the refresh button of the web viewer it shows me the data as well but I want the control to show the data without clicking on the refresh button. Can any1 help me regarding this what I am doing wrong here?

Have a nice sunny Day :)


Best Regards,

Re: Stimulsoft Dashboards.WEB/Stimulsoft Reports.WEB

Posted: Mon Jul 27, 2020 9:26 am
by Lech Kulikowski
Hello,

Please try to use the RefreshTime property of the report.

Thank you.