CSV Reports
CsvDataReader Constructor(CsvReader,String)



KellermanSoftware.CsvReports Namespace > CsvDataReader Class > CsvDataReader Constructor : CsvDataReader Constructor(CsvReader,String)
Constructor that takes the csvReader and a file path
Syntax
Public Function New( _
   ByVal csvReader As CsvReader, _
   ByVal filePath As String _
)
Dim csvReader As CsvReader
Dim filePath As String
 
Dim instance As New CsvDataReader(csvReader, filePath)
public CsvDataReader( 
   CsvReader csvReader,
   string filePath
)
public:
CsvDataReader( 
   CsvReader^ csvReader,
   String^ filePath
)

Parameters

csvReader
filePath
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

CsvDataReader Class
CsvDataReader Members
Overload List