Enum CachingMode
Defines the possible caching mode of the report.
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public enum CachingMode
Fields
| Name | Description |
|---|---|
| Absolute | Sets a specific time period to expire the cache. |
| Sliding | The data in the cache not touched for a certain amount of time, then delete the cache. |