[]
        
(Showing Draft Content)

C1.Document.Export.Ssrs.CsvExportProvider

CsvExportProvider Class

Describes export to CSV format.

Inheritance
CsvExportProvider
Namespace: C1.Document.Export.Ssrs
Assembly: C1.Document.dll
Syntax
public class CsvExportProvider : ExportProvider

Constructors

Name Description
CsvExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "csv".

FormatName

Gets a short description of the CSV export format.

Methods

Name Description
NewExporter()

Creates a new instance of the CsvExporter class.

See Also