0

I have a heavy report it takes 2 or 3 minutes for initializing load how I can set my report to load first page and then by clicking every page a progress appear and load another page.

kamiar3001
  • 2,646
  • 4
  • 42
  • 78
  • Have you seen Stimul.Report for web it exactly thing I need on every page load there is rendering and then show it so it caused much better performance. – kamiar3001 May 14 '13 at 10:26
  • What viewer do you use? Which version? – HighAley May 15 '13 at 05:33
  • 2012.2.1304.0 but it is not the viewer issue please look at this : http://forum.stimulsoft.com/viewtopic.php?f=8&t=1247&p=5201 but after clicking the next page it gives me error. "You need to rebuild the report on each page refreshing or need set property RenderMode of the StiWebViewer to 'UseCache' or 'AjaxWithCache'." – kamiar3001 May 15 '13 at 10:14

1 Answers1

3

for this error " "You need to rebuild the report on each page refreshing or need set property RenderMode of the StiWebViewer to 'UseCache' or 'AjaxWithCache'"

you must set your StiWebViewr RenderMode Property to one the list opened below.

the renderMode list have such this items ==> ajaxWithCatch,UseCatch and etc./.

bghad1
  • 89
  • 8