ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ReportExporter Class
Members

In This Topic
    C1ReportExporter Class
    In This Topic
    Provides export of a C1.C1Report.C1Report to an external format using one of C1.C1Report.C1Report-specific C1.C1Report.ExportFilter classes.
    Object Model
    C1ReportExporter Class
    Syntax
    'Declaration
     
    Public Class C1ReportExporter 
       Inherits Exporter
    public class C1ReportExporter : Exporter 
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.Export.Exporter
          C1.C1Preview.Export.C1ReportExporter
             C1.C1Preview.Export.C1ReportHtmlExporter
             C1.C1Preview.Export.C1ReportRtfExporter
             C1.C1Preview.Export.C1ReportTextExporter
             C1.C1Preview.Export.C1ReportTIFFExporter

    See Also