ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / ReportCache Class / Expiration Property

In This Topic
    Expiration Property
    In This Topic
    Gets or sets the number of minutes that elapse before reports are discarded from the cache.
    Syntax
    'Declaration
     
    Public Property Expiration As System.Integer
    public System.int Expiration {get; set;}
    Remarks

    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.

    See Also