ReportCacheMode Doubts???
Posted: Fri Feb 20, 2009 1:17 am
Hi,
i have some doubts in ReportCacheMode.
StiOptions.Engine.ReportCache.LimitForStartUsingCache = 50;
StiOptions.Engine.ReportCache.CachePath = "c:\temp";
StiReport report = new StiReport();
report.ReportCacheMode = StiReportCacheMode.Auto;
if i set ReportCacheMode is Auto then the every 50 rendered pages goes to cache? or first 50 pages goes to cache ? which one is correct ?
In the same way ReportCacheMode ON property.
Please explain in detail.
Thanks in advance,
Jayakumar
i have some doubts in ReportCacheMode.
StiOptions.Engine.ReportCache.LimitForStartUsingCache = 50;
StiOptions.Engine.ReportCache.CachePath = "c:\temp";
StiReport report = new StiReport();
report.ReportCacheMode = StiReportCacheMode.Auto;
if i set ReportCacheMode is Auto then the every 50 rendered pages goes to cache? or first 50 pages goes to cache ? which one is correct ?
In the same way ReportCacheMode ON property.
Please explain in detail.
Thanks in advance,
Jayakumar