XmlDataSource Constructor (Stream, Stream)

Creates a new data source with data from an XML stream using an XML Schema Definition stream.

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

Parameters

xmlStream
Type: System.IOStream
The stream of XML data to be used as the data source.
xmlSchemaStream
Type: System.IOStream
The stream of XML Schema Definition that provides schema for the XML data.
See Also