ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / ReadXml Method
The xml node.

In This Topic
    ReadXml Method (Border)
    In This Topic
    Reads data from the specified System.Xml.XmlNode.
    Syntax
    'Declaration
     
    Public Sub ReadXml( _
       ByVal controlNode As XmlNode _
    ) 
    public void ReadXml( 
       XmlNode controlNode
    )

    Parameters

    controlNode
    The xml node.
    See Also