ComponentOne FlexReport for WinForms
OutputFiles Property

C1.Win.C1Document.4 Assembly > C1.Win.C1Document.Export Namespace > ExportFilter Class : OutputFiles Property
Gets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RTF, XLS exporters), but some (like HTML, EMF exporters) may produce several files all of which can be then accessed through this property.
Syntax
'Declaration
 
Public ReadOnly Property OutputFiles As System.Collections.Generic.List(Of String)
public System.Collections.Generic.List<string> OutputFiles {get;}
See Also

Reference

ExportFilter Class
ExportFilter Members