Crystal Reports in ASP.NET 2.0 app - report changes not showing

前端 未结 2 1239
既然无缘
既然无缘 2021-01-16 12:18

I\'m developing an ASP.NET 2.0 application that includes Crystal Reports (version 10, included with VS 2005). Originally, the reports were working properly, both when run f

2条回答
  •  不思量自难忘°
    2021-01-16 12:46

    The report source object has a cache duration(in seconds) property. I think it is set to 60 seconds by default. You can either shorten this and then run the report again or alternatively you can turn it off by another property "enableCacheing". I have had mixed results with turning cacheing off so I usually just use the aspx page to set the property on the report source and lower it to 1 second to refresh the report, and then raise it back up once the cache has cleared.

提交回复
热议问题