[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Web.CsvExportSettings

CsvExportSettings Class

Represents the settings for exporting data to a CSV format.

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

Constructors

Name Description
CsvExportSettings()

Properties

Name Description
DateTimeFormat

Gets or sets the format string used for date and time values in the CSV file, for example, 'yyyy-MM-dd'.

NumericFormat

Gets or sets the format string used for numeric values in the CSV file, for example, '0.####'.

QuotationMode

Gets or sets the quotation mode for values in the CSV file. If AlwaysQuote value than all exported values will always be quoted.