CsvDataSource Constructor (String)

Creates a new data source with data from a CSV file.

Namespace:  Aspose.Words.Reporting
Assembly:  Aspose.Words (in Aspose.Words.dll) Version: 20.3
Syntax
public CsvDataSource(
	string csvPath
)

Parameters

csvPath
Type: SystemString
The path to the CSV file to be used as the data source.
See Also