FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document 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