[]
Used to export reports to XLS streams or files.
public class XlsFilter : StructureFilter, IDisposable
Name | Description |
---|---|
XlsFilter() |
Name | Description |
---|---|
ExportProvider | Gets ExportProvider.XlsExportProvider or XlsxExportProvider depending on OpenXml property. |
FontScaling | Gets or sets font scaling value, by default without scaling (1.0). |
FreezePageHeader | Gets or sets whether to freeze a page header or no. |
OpenXml | Gets or sets whether to export the file using the OpenXml format used by Microsoft Excel 2007 and later. |
PictureLayer | Gets or sets whether to export using separated picture layer. |
SheetName | Gets or sets the name of the worksheet to be used when saving the report into the Excel workbook file. |
Tolerance | Gets 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. |
Name | Description |
---|---|
CanExportRange(OutputRangeType) | Tests whether the ExportFilter can handle the specified type of document pages' range. The default implementation of this method returns true if the specified range type is All, false otherwise. |