CSV Reports
CsvDataRecord Constructor



KellermanSoftware.CsvReports Namespace > CsvDataRecord Class : CsvDataRecord Constructor
The CSV data reader.
Initializes a new instance of the CsvDataRecord class.
Syntax
Public Function New( _
   ByVal csvDataReader As CsvDataReader _
)
Dim csvDataReader As CsvDataReader
 
Dim instance As New CsvDataRecord(csvDataReader)
public CsvDataRecord( 
   CsvDataReader csvDataReader
)
public:
CsvDataRecord( 
   CsvDataReader^ csvDataReader
)

Parameters

csvDataReader
The CSV data reader.
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

CsvDataRecord Class
CsvDataRecord Members