FlexReport for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1DocumentSource Class / Export Method
The export filter to use.

In This Topic
    Export Method (C1DocumentSource)
    In This Topic
    Exports the document into a stream in an external format using the specified export filter.
    Syntax
    'Declaration
     
    Public Sub Export( _
       ByVal exportFilter As ExportFilter _
    ) 
    public void Export( 
       ExportFilter exportFilter
    )

    Parameters

    exportFilter
    The export filter to use.
    See Also