Reports.web report not showing - hosted at gearhost

Stimulsoft Reports.WEB discussion
Post Reply
soma@trackitme.com
Posts: 11
Joined: Thu May 24, 2012 4:39 am
Location: hyderabad

Reports.web report not showing - hosted at gearhost

Post 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.
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

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

Post 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.
Post Reply