ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Parameter Class / ReadXml Method
The base node of the XML element.

In This Topic
    ReadXml Method (Parameter)
    In This Topic
    Reads the parameter from an XmlElement.
    Syntax
    'Declaration
     
    Public Function ReadXml( _
       ByVal baseNode As XmlNode _
    ) As Boolean
    public bool ReadXml( 
       XmlNode baseNode
    )

    Parameters

    baseNode
    The base node of the XML element.
    See Also