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

In This Topic
    ExportToXps(Stream) Method
    In This Topic
    Saves the document as XPS (on Windows 7) or as OpenXPS (on Windows 8+) to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Function ExportToXps( _
       ByVal stream As Stream _
    ) As FlexViewerXpsType
    public FlexViewerXpsType ExportToXps( 
       Stream stream
    )

    Parameters

    stream
    See Also