Provides export of a C1Report to plain text.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public class C1ReportTextExporter : C1ReportExporter
Visual Basic
Public Class C1ReportTextExporter _
	Inherits C1ReportExporter

Inheritance Hierarchy

System..::..Object
  C1.C1Preview.Export..::..Exporter
    C1.C1Preview.Export..::..C1ReportExporter
      C1.C1Preview.Export..::..C1ReportTextExporter

See Also