ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / Exporter Class / OutputFiles Property

In This Topic
    OutputFiles Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public ReadOnly Property OutputFiles As System.Collections.Generic.List(Of String)
    public System.Collections.Generic.List<string> OutputFiles {get;}
    See Also