[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.CsvDataExportSettings

CsvDataExportSettings Class

Represents the settings for exporting data to a CSV Data format.

Inheritance
CsvDataExportSettings
Namespace: GrapeCity.ActiveReports.Web
Assembly: MESCIUS.ActiveReports.Web.dll
Syntax
public class CsvDataExportSettings : BaseExportSettings

Constructors

Name Description
CsvDataExportSettings()

Properties

Name Description
ColumnsDelimiter

Gets or sets the delimiter used between columns in the CSV file.

Encoding

Gets or sets the encoding used for the CSV file.

NoHeader

Gets or sets a value indicating whether to exclude the header row from the CSV file.

QuotationSymbol

Gets or sets the symbol used for quoting values in the CSV file.

RowsDelimiter

Gets or sets the delimiter used between rows in the CSV file.