MESCIUS.ActiveReports.Export.Xml Assembly / GrapeCity.ActiveReports.Export.Text.Page Namespace / CsvRenderingExtension.Settings Class
Properties

CsvRenderingExtension.Settings Class Members

The following tables list the members exposed by CsvRenderingExtension.Settings.

Public Constructors
 NameDescription
Public ConstructorInitializes new Settings instance with default properties values.  
Top
Public Properties
 NameDescription
Public PropertyThe string to be placed between fields in data row.  
Public Property

Default format for date values. See also "Custom numeric format strings". Suggested to specify something like "yyyy-MM-dd".

 
Public PropertyThe result file encoding.  
Public PropertyDetermines whether CSV Header should be omitted.  
Public PropertyDefault format for numeric values. See also "Custom numeric format strings". Suggested to specify something like "0.####".  
Public PropertyIf QuotationMode.AutoQuote than simple values will be exported without quotes. If QuotationMode.AlwaysQuote than all exported values will always be quoted.  
Public PropertyThe quotation symbol.  
Public PropertyThe string to be placed between data rows.  
Top
See Also