[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rdl.Extensibility.IXmlItemSerializer

IXmlItemSerializer Interface

Represents an interface for report item XML serializer/deserializer.

Namespace: GrapeCity.ActiveReports.Core.Rdl.Extensibility
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public interface IXmlItemSerializer

Properties

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.

Methods

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.

Extension Methods