I use object binding to generate a repport (300 pages). I want to use Cache because the generation is very long and don't want to generate datas every page load event.
So I configure "AjaxWithCache". But with cache option my repport became "blank".. It occurs only if repport is more than 200 pages.. With 150 page all is ok, for 300 pages the begenning of repport have only blank pages and the end have only the alternate color of line but no data... 300 blank pages
I suppose it's a limitation in my configuration of asp.net server, may be the maximum size of session ? But I can't find the right parameter .. Did someone can help ?
Thanks in advance
Jeff
I just try the latest build 2009.2.463.0 and the problem still here