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
Syntaxpublic XmlDataSource(
Stream xmlStream
)
Public Sub New (
xmlStream As Stream
)
public:
XmlDataSource(
Stream^ xmlStream
)
new :
xmlStream : Stream -> XmlDataSource
Parameters
- xmlStream
- Type: System.IOStream
The stream of XML data to be used as the data source.
See Also