Search found 6 matches

by gheyasi.sk
Thu Mar 26, 2020 7:26 pm
Forum: Stimulsoft Dashboards.WEB
Topic: dashboard not working by set CurrentCulture
Replies: 3
Views: 1906

Re: dashboard not working by set CurrentCulture

HighAley wrote: Thu Mar 26, 2020 3:31 pm Could you send us a sample project.
please download from below link:
https://filebin.net/m2i2o0rqmy7ulpul/Sa ... t=vozk8hux
by gheyasi.sk
Thu Mar 26, 2020 3:08 pm
Forum: Stimulsoft Dashboards.WEB
Topic: dashboard not working by set CurrentCulture
Replies: 3
Views: 1906

dashboard not working by set CurrentCulture

hi

when i set Thread.CurrentThread.CurrentCulture = new CultureInfo("fa-IR") in Application_BeginRequest of Global.asax ,dashbord not working.
It's okay in CultureInfo("en-Us")

why?
by gheyasi.sk
Thu Mar 26, 2020 2:18 pm
Forum: Stimulsoft Dashboards.WEB
Topic: set connectionstring programmatically for stimulsoft dashboard
Replies: 9
Views: 3614

set connectionstring programmatically for stimulsoft dashboard

hi i use from stimulsoft report 2020.2.1 for regular reports i use from below code for set connection string at runtime and work correctly. var report = StiReport.CreateNewDashboard(); report.Dictionary.Databases.Clear(); report.Dictionary.Databases.Add(new StiSqlDatabase("CRMConnection",C...
by gheyasi.sk
Tue Mar 24, 2020 7:32 am
Forum: Stimulsoft Dashboards.WEB
Topic: Exception of type 'Stimulsoft.Base.Serializing.StiDashboardAssemblyIsNotFoundException' was thrown
Replies: 3
Views: 1889

Exception of type 'Stimulsoft.Base.Serializing.StiDashboardAssemblyIsNotFoundException' was thrown

hi I use Stimulsoft 22.2.1 22. I've designed a dashboard. When executing below code: report.Load(Server.MapPath(ReportPath)) Returns the following exeption: Exception of type 'Stimulsoft.Base.Serializing.StiDashboardAssemblyIsNotFoundException' was thrown Displays regular reports without problems. O...