XmlDataSource Constructor (Stream)

Creates a new data source with data from an XML stream.

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

Parameters

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