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

In This Topic
    CacheDataPath Property
    In This Topic
    The path to cache data on disk. If set, cache data will be stored at this location.
    Syntax
    'Declaration
     
    Public Property CacheDataPath As DirectoryInfo
    public DirectoryInfo CacheDataPath {get; set;}
    See Also