[]
Represents an interface for report item XML serializer/deserializer.
public interface IXmlItemSerializer
Name | Description |
---|---|
ElementName | Gets the element name to be written in the resulting XML for the item. |
IsLegacySerializer | Gets value Indicating whether this serializer implementation is used for legacy report serialization. |
Namespace | Gets the namespace to be used to write the item data to the XML. |
ObjectType | Gets the report item's type which should be serialized with this surrogate. |
Name | Description |
---|---|
Read(XmlReader) | Reads the item data from the XML using a specified System.Xml.XmlReader. |
Write(XmlWriter, object) | Writes the specified item data to the XML using a specified System.Xml.XmlWriter. |