Progress® Telerik® Reporting R1 2021
ReportXmlSerializer Methods
Methods
Name | Description | |
---|---|---|
![]() ![]() | Deserialize(Stream) |
Deserializes the XML document contained by the specified Stream.
|
![]() ![]() | Deserialize(TextReader) |
Deserializes the XML document contained by the specified TextReader.
|
![]() ![]() | Deserialize(String) |
Deserializes the XML document from the specified URI.
|
![]() ![]() | Deserialize(XmlReader) |
Deserializes the XML document contained by the specified XmlReader.
|
![]() ![]() | Serialize(Stream, Object) |
Serializes the specified value and writes the XML document to the specified Stream.
|
![]() ![]() | Serialize(TextWriter, Object) |
Serializes the specified value and writes the XML document to the specified TextWriter.
|
![]() ![]() | Serialize(String, Object) |
Serializes the specified value and writes the XML document to a file with the specified file name.
|
![]() ![]() | Serialize(XmlWriter, Object) |
Serializes the specified value and writes the XML document to the specified XmlWriter.
|