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

In This Topic
    UseCompression Property (ReportingSettings)
    In This Topic
    Gets or sets a value indicating whether to compress temporary data before the storing to memory/disk.
    Syntax
    'Declaration
     
    Public Property UseCompression As Boolean
    public bool UseCompression {get; set;}

    Property Value

    A System.Boolean value. true if the data should be compressed; otherwise, false.
    See Also