FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewer Class / ExportToXps Method / ExportToXps(String) Method

In This Topic
    ExportToXps(String) Method
    In This Topic
    Saves the document to an XPS file (.xps on Windows 7, .oxps on Windows 8+).
    Syntax
    'Declaration
     
    Public Overloads Function ExportToXps( _
       ByVal filePath As String _
    ) As Boolean
    public bool ExportToXps( 
       string filePath
    )

    Parameters

    filePath
    See Also