ComponentOne FlexReport for WinForms
XlsFilter Class Properties

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export Namespace : XlsFilter Class

For a list of all members of this type, see XlsFilter members.

Public Properties
 NameDescription
Public PropertyGets or sets the DocumentInfo object associated with the document assigned to the current exporter. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyOverridden. Gets ExportProvider.XlsExportProvider or ExportProvider.XlsxExportProvider depending on OpenXml property.  
Public PropertyGets or sets the name of the output file. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets font scaling value, by default without scaling (1.0).  
Public PropertyGets a value indicating whether multiple files were generated during export. If multiple files were generated, and the UseZipForMultipleFiles property is true, the output (stream or file) will be a zipped archive containing the generated files. The list of actual files can be retrived via OutputFiles property. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets whether to export the file using the OpenXml format used by Microsoft Excel 2007 and later.  
Public PropertyGets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets the C1.Win.C1Document.C1PageSettings providing exporting content. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets whether to export using separated picture layer.  
Public PropertyGets or sets a value indicating whether the exported document should be opened after exporting it to a disk file. The application used to open the file is determined by the OS shell. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets the range of pages that is to be exported. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets the name of the worksheet to be used when saving the report into the Excel workbook file.  
Public PropertyGets or sets a value indicating whether the options dialog should be shown to the user before exporting the document. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets the output stream. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Public PropertyGets or sets the tolerance (in points) when auto-detecting the boundaries of rows and columns in the document. The smaller this amount, the greater the number of narrow rows and columns created for precise positioning of data.  
Public PropertyGets or sets a value indicating whether the output (stream or file) should be a zipped archive with the generated files, if multiple files are created during export. (Inherited from C1.Win.C1Document.Export.ExportFilter)
Top
See Also

Reference

XlsFilter Class
C1.Win.C1Document.Export Namespace