ReportCache Class Members
In This Topic
The following tables list the members exposed by ReportCache.
Public Constructors
Public Properties
| Name | Description |
| Enabled | Specifies whether the control should store rendered reports in the cache. |
| Expiration | Gets or sets the number of minutes that elapse before reports are discarded from the cache. |
| Priority | Gets or sets the cost of reports relative to other objects in the cache. |
| ShareBetweenSessions | Gets 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. |
| Sliding | Specifies whether the expiration timer should be reset when reports are retrieved from the cache. |
Top
See Also