[]
Used to export reports to CSV streams or files.
public class CsvFilter : StructureFilter, IDisposable
Name | Description |
---|---|
CsvFilter() |
Name | Description |
---|---|
ExportProvider | Gets the CsvExportProvider. |
FontScaling | Gets or sets font scaling value, by default without scaling (1.0). |
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. |
Save(Stream) | Saves data from the current sheet into a comma-separated values (.csv) formatted stream. |