ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Controls.Design Namespace / IPersistControl Interface / WriteXml Method

In This Topic
    WriteXml Method (IPersistControl)
    In This Topic
    Writes the control as XML to specified XML node.
    Syntax
    'Declaration
     
    Function WriteXml( _
       ByVal controlNode As XmlElement _
    ) As Boolean
    bool WriteXml( 
       XmlElement controlNode
    )

    Parameters

    controlNode
    See Also