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 to the application. |
Database | The report processed caches are stores in database. |
File | The report processed caches are stored as temporary files in the file system. |
Memory | The report processed caches are stores in Memory. |