[]
Gets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RtfExporter, XlsExporter), but some (like HtmlExporter and EmfExporter) may produce several files all of which can be then accessed through this property.
public List<string> OutputFiles { get; }