ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / UseCompression Property

In This Topic
    UseCompression Property (Workbook)
    In This Topic
    Gets or sets the value indicating should compression be used on exporting with Xlsx file format.
    Syntax
    'Declaration
     
    Public Property UseCompression As Boolean
    public bool UseCompression {get; set;}
    See Also