MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / CacheDataSettings Class / UseMemory Method
A System.Boolean value indicating the indicating whether to compress temporary data before the storing to memory/disk. Default is true.

In This Topic
UseMemory Method
In This Topic
Sets the settings for storage the cache data in memory.
Syntax
'Declaration
 
Public Sub UseMemory( _
   Optional ByVal useCompression As Boolean _
) 
 

Parameters

useCompression
A System.Boolean value indicating the indicating whether to compress temporary data before the storing to memory/disk. Default is true.
See Also