ComponentOne GanttView for WinForms
C1.Win.GanttView.8 Assembly / C1.Win.GanttView Namespace / C1GanttView Class / SaveXml Method / SaveXml(XmlWriter) Method

In This Topic
    SaveXml(XmlWriter) Method
    In This Topic
    Saves the contents of C1GanttView into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveXml( _
       ByVal writer As System.Xml.XmlWriter _
    ) 
    public void SaveXml( 
       System.Xml.XmlWriter writer
    )

    Parameters

    writer
    See Also