Class StorageProvider
Inheritance
System.Object
StorageProvider
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public sealed class StorageProvider : Enum
Fields
Auto
The storage provider is selected automatically based on the characteristics of the stored resource to the application.
Declaration
public const StorageProvider Auto
Field Value
Type | Description |
---|---|
StorageProvider |
Database
The report processed caches are stores in database.
Declaration
public const StorageProvider Database
Field Value
Type | Description |
---|---|
StorageProvider |
File
The report processed caches are stored as temporary files in the file system.
Declaration
public const StorageProvider File
Field Value
Type | Description |
---|---|
StorageProvider |
Memory
The report processed caches are stores in Memory.
Declaration
public const StorageProvider Memory
Field Value
Type | Description |
---|---|
StorageProvider |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |