'Declaration Public Property Expiration As System.Integer
public System.int Expiration {get; set;}
'Declaration Public Property Expiration As System.Integer
public System.int Expiration {get; set;}
The default value for this property is 30, causing reports to be stored in the cache for 30 minutes before they are discarded. You can use the Sliding property to determine whether this is an absolute or a "sliding" limit (meaning the interval is reset every time the report in the cache is reused).
The amount of time reports remain in the cache is also affected by file dependencies. By default, changes in the report definition file cause cached reports to be discarded.