ActiveReports.Web Request technical support
SlidingExpirationInterval Property
See Also 


The interval in seconds between the time the report was last retrieved and when the report will be removed from the ASP.NET WebCache.

Syntax

Visual Basic (Declaration) 
Public Property SlidingExpirationInterval As TimeSpan
Visual Basic (Usage)Copy Code
Dim instance As WebViewer
Dim value As TimeSpan
 
instance.SlidingExpirationInterval = value
 
value = instance.SlidingExpirationInterval
C# 
public TimeSpan SlidingExpirationInterval {get; set;}

See Also