The ReportCache type exposes the following members.

Properties

  NameDescription
Public propertyEnabled
Specifies whether the control should store rendered reports in the cache.
Public propertyExpiration
Gets or sets the number of minutes that elapse before reports are discarded from the cache.
Public propertyFileDependency
Gets or sets the name of a file that invalidates the cache when it changes (e.g. the data source).
Public propertyPriority
Gets or sets the cost of reports relative to other objects in the cache.
Public propertySliding
Specifies whether the expiration timer should be reset when reports are retrieved from the cache.

See Also