ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Web.Viewer Assembly / GrapeCity.ActiveReports.Aspnetcore.Viewer Namespace / ReportingSettings Class / UseCompression Property

In This Topic
    UseCompression Property (ReportingSettings)
    In This Topic
    Tells ActiveReports to compress temporary data before storing to memory/disk.
    Syntax
    'Declaration
     
    Public Property UseCompression As Boolean
    public bool UseCompression {get; set;}
    See Also