ComponentOne TreeMap for ASP.NET WebForms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / ReportCache Class

In This Topic
    ReportCache Class Properties
    In This Topic

    For a list of all members of this type, see ReportCache members.

    Public Properties
     NameDescription
    Public PropertySpecifies whether the control should store rendered reports in the cache.  
    Public PropertyGets or sets the number of minutes that elapse before reports are discarded from the cache.  
    Public PropertyGets or sets the cost of reports relative to other objects in the cache.  
    Public PropertyGets or sets a value indicating whether cached reports and documents are shared between different sessions. The default value is true, which means that different browser sessions will be able to access the same cached report or document. Set to false to prevent such sharing.  
    Public PropertySpecifies whether the expiration timer should be reset when reports are retrieved from the cache.  
    Top
    See Also