CSV Reports
CsvWriter Class Properties


KellermanSoftware.CsvReports Namespace : CsvWriter Class

For a list of all members of this type, see CsvWriter members.

Public Properties
 NameDescription
Public Property List with custom column names. Defines order and names of columns  
Public Property Property which controls date format. Default is "g". See https://msdn.microsoft.com/en-us/library/8kb3ddd4%28v=vs.110%29.aspx  
Public Property Override the default encoding. The default is Encoding.Default  
Public Property If true, Pascal Cased Header Names will be split into words. Default is true  
Public Property If true, a default header will be output. Default is true  
Public Property The quote character. Defaults to double quote  
Public Property If true, each field will be surrounded with quote (double quote by default). Default is false  
Public Property The seperator for the columns. Default is a comma. This can be changed to a pipe or tab etc.  
Top
See Also

Reference

CsvWriter Class
KellermanSoftware.CsvReports Namespace