Hi,
We have hosted our application at microsoft azure and also at gearhost site servers. On Azure it is working fine, but on gearhost its not showing the report. Tried different options
repnew.CalculationMode = StiCalculationMode.Interpretation
StiWebViewer1.UseRelativeUrls = True
StiWebViewer1.CacheMode = StiCacheMode.Session
StiWebViewer1.RenderMode = StiRenderMode.Ajax
or providing the physical path of the folder with write permissions to cachepath. Still the same issue.
Your early response is highly appreciated.
regards,
hari.
Reports.web report not showing - hosted at gearhost
-
- Posts: 11
- Joined: Thu May 24, 2012 4:39 am
- Location: hyderabad
Re: Reports.web report not showing - hosted at gearhost
Hello.
Please, try to use next code:
StiWebViewer1.CacheMode = StiCacheMode.Page
StiWebViewer1.RenderMode = StiRenderMode.AjaxWithCache
Other way is to try to load reports in the Page_Load event and set next option:
StiWebViewer1.RenderMode = StiRenderMode.Ajax
Also, please, try to use the latest build that available on our site.
Thank you.
Please, try to use next code:
StiWebViewer1.CacheMode = StiCacheMode.Page
StiWebViewer1.RenderMode = StiRenderMode.AjaxWithCache
Other way is to try to load reports in the Page_Load event and set next option:
StiWebViewer1.RenderMode = StiRenderMode.Ajax
Also, please, try to use the latest build that available on our site.
Thank you.