ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / CacheDataSettings Class / UseDisk Method
A System.String value indicating the path to store temporary files to a disk.
A System.Boolean value indicating the indicating whether to compress temporary data before the storing to memory/disk. Default is true.

In This Topic
    UseDisk Method
    In This Topic
    Sets the settings for storage the cache data on disk.
    Syntax
    'Declaration
     
    Public Sub UseDisk( _
       ByVal path As DirectoryInfo, _
       Optional ByVal useCompression As Boolean _
    ) 
    public void UseDisk( 
       DirectoryInfo path,
       bool useCompression
    )

    Parameters

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