Enum StorageProvider
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public enum StorageProvider
Fields
| Name | Description |
|---|---|
| Auto | The storage provider is selected automatically based on the characteristics of the stored resource in the application. |
| Database | The report processed caches are stored in a database. |
| File | The report processed caches are stored as temporary files in the file system. |
| Memory | The report processed caches are stored in memory. |