[]
        
(Showing Draft Content)

C1.WPF.Document.Export.CsvFilter

CsvFilter Class

Used to export reports to CSV streams or files.

Inheritance
CsvFilter
Implements
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.4.6.2.dll
Syntax
public class CsvFilter : StructureFilter, IDisposable

Constructors

Name Description
CsvFilter()

Properties

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.

Methods

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.