ASP.NET MVC 6.3.16
Demos Support Blog Download
Show / Hide Table of Contents
PDF

Class StorageSettings

Defines methods to process the SSRS, RDL, and RDLC reports.

Inheritance
System.Object
StorageSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: BoldReports.Web
Assembly: BoldReports.Web.dll
Syntax
public abstract class StorageSettings

Constructors

StorageSettings()

Declaration
public StorageSettings()

Properties

CacheSettings

Declaration
public CacheSettings CacheSettings { get; set; }
Property Value
Type Description
CacheSettings

ItemTypes

Declaration
public StorageItemTypes ItemTypes { get; set; }
Property Value
Type Description
StorageItemTypes

ParameterId

Declaration
public string ParameterId { get; set; }
Property Value
Type Description
System.String

Provider

Declaration
public StorageProvider Provider { get; set; }
Property Value
Type Description
StorageProvider

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
In This Article
Was this page helpful? Yes No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
×
SEND FEEDBACK REGARDING THIS TOPIC

Please provide additional information

Please provide additional information

Please provide additional information

Please provide additional information
Please provide additional information
Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved