[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.Viewer.CacheDataSettings.UseDisk

UseDisk Method

UseDisk(DirectoryInfo, bool)

Sets the settings for storage the cache data on disk.

Declaration
public void UseDisk(DirectoryInfo path, bool useCompression = true)
Parameters
Type Name Description
DirectoryInfo path

A string value indicating the path to store temporary files to a disk.

bool useCompression

A bool value indicating the indicating whether to compress temporary data before the storing to memory/disk. Default is true.