ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Extensibility Namespace / IXmlItemSerializer Interface
Properties Methods

In This Topic
    IXmlItemSerializer Interface Members
    In This Topic

    The following tables list the members exposed by IXmlItemSerializer.

    Public Properties
     NameDescription
     PropertyGets the element name to be written in the resulting XML for the item.  
     PropertyGets value Indicating whether this serializer implementation is used for legacy report serialization.  
     PropertyGets the namespace to be used to write the item data to the XML.  
     PropertyGets the report item's type which should be serialized with this surrogate.  
    Top
    Public Methods
     NameDescription
     MethodReads the item data from the XML using a specified System.Xml.XmlReader.  
     MethodWrites the specified item data to the XML using a specified System.Xml.XmlWriter.  
    Top
    See Also