C1.UWP.FlexReport Assembly / C1.Xaml.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 _
) 
 

Parameters

exportFilter
The export filter to use.
See Also