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

In This Topic
    Export Method (C1FlexReport)
    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