ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / IDocument<T> Interface / CacheToDiskLocation Property

In This Topic
    CacheToDiskLocation Property (IDocument<T>)
    In This Topic
    CacheToDiskLocation Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.
    Syntax
    'Declaration
     
    Property CacheToDiskLocation As String
    string CacheToDiskLocation {get; set;}
    See Also