CsvDataSource Constructor (Stream)

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

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

Parameters

csvStream
Type: System.IOStream
The stream of CSV data to be used as the data source.
See Also