Class ReportCachingMode
Defines the possible report cache settings mode of the report.
Inheritance
System.Object
ReportCachingMode
Namespace: BoldReports.Web.ReportViewer
Assembly: BoldReports.Web.dll
Syntax
public sealed class ReportCachingMode : Enum
Fields
Cache
The data is cached for specific time period.
Declaration
public const ReportCachingMode Cache
Field Value
Type | Description |
---|---|
ReportCachingMode |
Live
The data is not common cached.
Declaration
public const ReportCachingMode Live
Field Value
Type | Description |
---|---|
ReportCachingMode |
SnapShot
The data is cached using scheduling time period.
Declaration
public const ReportCachingMode SnapShot
Field Value
Type | Description |
---|---|
ReportCachingMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |