ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / ExportToMsProjectXml Method
File name to export.

In This Topic
    ExportToMsProjectXml Method (C1GanttView)
    In This Topic
    Exports to Microsoft Project's xml file.
    Syntax
    'Declaration
     
    Public Sub ExportToMsProjectXml( _
       ByVal fileName As System.String _
    ) 
    public void ExportToMsProjectXml( 
       System.string fileName
    )

    Parameters

    fileName
    File name to export.
    See Also