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

In This Topic
    SaveXml(String) Method
    In This Topic
    Saves the contents of C1GanttView into an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveXml( _
       ByVal fileName As System.String _
    ) 
    public void SaveXml( 
       System.string fileName
    )

    Parameters

    fileName
    See Also