Class CachingMode
Defines the possible caching mode of the report.
Inheritance
System.Object
CachingMode
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public sealed class CachingMode : Enum
Fields
Absolute
Sets a specific time period to expire the cache.
Declaration
public const CachingMode Absolute
Field Value
Type | Description |
---|---|
CachingMode |
Sliding
The data in the cache not touched for a certain amount of time, then delete the cache.
Declaration
public const CachingMode Sliding
Field Value
Type | Description |
---|---|
CachingMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |