Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / XlsFilter Class / Images Property

In This Topic
    Images Property
    In This Topic
    Gets or sets a value that determines whether images should be exported to the Excel workbook file.
    Syntax
    'Declaration
     
    Public Property Images As Boolean
    public bool Images {get; set;}
    Remarks
    Set this property to false to create smaller files without any images.
    See Also