Enum ReportCachingMode
Defines the possible report cache settings mode of the report.
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public enum ReportCachingMode
Fields
| Name | Description |
|---|---|
| Cache | The data is cached for specific time period. |
| Live | The data is not common cached. |
| SnapShot | The data is cached using scheduling time period. |