ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Extensibility Namespace / IXmlItemSerializer Interface / Read Method
A System.Xml.XmlReader object used to read the item data from XML.

In This Topic
    Read Method (IXmlItemSerializer)
    In This Topic
    Reads the item data from the XML using a specified System.Xml.XmlReader.
    Syntax
    'Declaration
     
    Function Read( _
       ByVal ctx As XmlReader _
    ) As Object
    object Read( 
       XmlReader ctx
    )

    Parameters

    ctx
    A System.Xml.XmlReader object used to read the item data from XML.

    Return Value

    A System.Object representing the deserialized item.
    See Also