Page 1 of 1

Reports.web report not showing - hosted at gearhost

Posted: Mon Apr 01, 2013 1:13 pm
by soma@trackitme.com
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.

Re: Reports.web report not showing - hosted at gearhost

Posted: Tue Apr 02, 2013 11:52 am
by HighAley
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.