ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports Namespace / Border Class / WriteXml Method
The specified xml element.

In This Topic
    WriteXml Method (Border)
    In This Topic
    Writes the current data to the specified System.Xml.XmlElement.
    Syntax
    'Declaration
     
    Public Sub WriteXml( _
       ByVal controlNode As XmlElement _
    ) 
    public void WriteXml( 
       XmlElement controlNode
    )

    Parameters

    controlNode
    The specified xml element.
    See Also