Progress® Telerik® Reporting R1 2021
ReportXmlSerializer.Serialize Method (Stream, Object)
Serializes the specified value and writes the XML document to the specified Stream.
Namespace:
Telerik.Reporting.XmlSerializationAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
Parameters
- stream
- Type: System.IOStream
The Stream used to write the XML document. - value
- Type: SystemObject
The value to serialize.
Remarks
Use the stream parameter to specify an object that derives from the abstract
Stream class. Classes that derive from the Stream class include:
BufferedStream, FileStream, MemoryStream, etc.
Examples
The following examples serializes an object using a Stream:
Version Information
Supported in: 1.0.1