FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / PdfExporter Class / UseCompression Property

In This Topic
    UseCompression Property (PdfExporter)
    In This Topic
    Gets or sets a value indicating whether the generated PDF file should use compression. This property is used only when ServerSide is false.
    Syntax
    'Declaration
     
    Public Property UseCompression As Boolean
    public bool UseCompression {get; set;}
    See Also