Class StorageSettings
Defines methods to process the SSRS, RDL, and RDLC reports.
Inheritance
System.Object
StorageSettings
Assembly: BoldReports.Web.dll
Syntax
public abstract class StorageSettings : Object
Constructors
StorageSettings()
Declaration
Properties
CacheSettings
Declaration
public CacheSettings CacheSettings { get; set; }
Property Value
ItemTypes
Declaration
public StorageItemTypes ItemTypes { get; set; }
Property Value
ParameterId
Declaration
public string ParameterId { get; set; }
Property Value
Type |
Description |
System.String |
|
Provider
Declaration
public StorageProvider Provider { get; set; }
Property Value
ReportId
Declaration
public string ReportId { get; set; }
Property Value
Type |
Description |
System.String |
|
ReportModifiedOn
Declaration
public string ReportModifiedOn { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Delete(String)
Declaration
public abstract void Delete(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
GetBytes(String, String)
Declaration
public abstract byte[] GetBytes(string key, string contentType)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
contentType |
|
Returns
Type |
Description |
System.Byte[] |
|
IsCacheFileExist(String)
Declaration
public virtual bool IsCacheFileExist(string cacheId)
Parameters
Type |
Name |
Description |
System.String |
cacheId |
|
Returns
Type |
Description |
System.Boolean |
|
SetBytes(String, Byte[], String)
Declaration
public abstract void SetBytes(string key, byte[] value, string contentType)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Byte[] |
value |
|
System.String |
contentType |
|