[]
Represents methods for converting report content.
[Obsolete("This is obsolete and will be removed in the next version")]
public static class ReportConverter
Name | Description |
---|---|
FromJson(byte[]) | Deserializes a Report from JSON content. |
FromXML(byte[], ResourceLocator) | Deserializes a Report from XML content. |
ToJson(Report) | Serializes the specified Report to JSON content. |
ToXml(Report) | Serializes the specified Report to XML content. |