Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / PdfExportSettings Class / UseCompression Property


In This Topic
    UseCompression Property
    In This Topic
    Gets or sets a boolean value indicating if the Report should be compressed when it is exported.
    Syntax
    'Declaration
     
    Public Property UseCompression As Boolean
    'Usage
     
    Dim instance As PdfExportSettings
    Dim value As Boolean
     
    instance.UseCompression = value
     
    value = instance.UseCompression
    public bool UseCompression {get; set;}

    Property Value

    true if the report should be compressed; false otherwise. By default, false.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also