ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Web.Viewer Namespace / CacheDataSettings Class / CacheDataPath Property

In This Topic
    CacheDataPath Property
    In This Topic
    Gets or sets a path to store temporary files to a disk to reduce memory consumption.
    Syntax
    'Declaration
     
    Public Property CacheDataPath As DirectoryInfo
    public DirectoryInfo CacheDataPath {get; set;}

    Property Value

    A System.IO.DirectoryInfo object representing the path to store temporary files.
    See Also