[]
Deserializes a Report from XML content.
public static Report FromXML(byte[] content, ResourceLocator resourceLocator = null)
Type | Name | Description |
---|---|---|
byte[] | content | A byte array containing the XML report content. |
ResourceLocator | resourceLocator | An optional resource locator for resolving resources referenced in the report. |
Type | Description |
---|---|
Report | The deserialized Report. |