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

In This Topic
    UseCompression Property (CacheDataSettings)
    In This Topic
    Compress cache data before storing it in memory/disk.
    Syntax
    'Declaration
     
    Public Property UseCompression As Boolean
    public bool UseCompression {get; set;}
    See Also