[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.CacheDataSettings

CacheDataSettings Class

Repesents the settings using to cache the data.

Inheritance
CacheDataSettings
Namespace: GrapeCity.ActiveReports.Web.Viewer
Assembly: MESCIUS.ActiveReports.Web.Viewer.dll
Syntax
public class CacheDataSettings

Constructors

Name Description
CacheDataSettings()

Properties

Name Description
CacheDataPath

Gets or sets a path to store temporary files to a disk to reduce memory consumption.

UseCompression

Gets or sets a value indicating whether to compress temporary data before the storing to memory/disk.

Methods

Name Description
UseDisk(DirectoryInfo, bool)

Sets the settings for storage the cache data on disk.

UseMemory(bool)

Sets the settings for storage the cache data in memory.