CSV Reports
CsvWriter Constructor()
Example 



KellermanSoftware.CsvReports Namespace > CsvWriter Class > CsvWriter Constructor : CsvWriter Constructor()
Constructor for trial mode
Syntax
Public Function New()
Dim instance As New CsvWriter()
public CsvWriter()
public:
CsvWriter();
Example
//Trial Mode
CsvWriter csvWriter = new CsvWriter();
 
//License Mode
CsvWriter csvWriter2 = new CsvWriter("John Smith 10000", "psdfljksfdl==");
'Trial Mode
Dim csvWriter As New CsvWriter()
 
'License Mode
Dim csvWriter2 As New CsvWriter("John Smith 10000", "psdfljksfdl==")
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CsvWriter Class
CsvWriter Members
Overload List