ComponentOne BinaryImage for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / ReportCache Class
Properties

In This Topic
    ReportCache Class Members
    In This Topic

    The following tables list the members exposed by ReportCache.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    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