ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Parameter Class / WriteXml Method
The base node of the XML element.

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

    Parameters

    baseNode
    The base node of the XML element.
    See Also