The ReportCache type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clear |
Removes the report from the Cache.
| |
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString |
Gets a string that represents this ReportCache.
(Overrides Object..::..ToString()()()().) |
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.
| |
| FileDependency |
Gets or sets the name of a file that invalidates the cache when it changes (e.g. the data source).
| |
| Priority |
Gets or sets the cost of reports relative to other objects in the cache.
| |
| Sliding |
Specifies whether the expiration timer should be reset when reports are retrieved from the cache.
|