# GrapeCity.ActiveReports.Export.Xml.Section.TextExport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport" class="text-break">TextExport Class
</h1>
  <div class="markdown level0 summary"><p>The ActiveReports for .NET Text Export Component.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><span class="xref">TextExport</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../MESCIUS.ActiveReports/GrapeCity.ActiveReports.Export.IDocumentExport.html">IDocumentExport</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.html">GrapeCity.ActiveReports.Export.Xml.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Xml.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class TextExport : Component, IComponent, IDisposable, IDocumentExport</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks">   <p>
	The default character encoding used for the TextExport is ASCII.  If your 
	reports may contain internationalized characters then consider using the 
	<a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Encoding.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Encoding">Encoding</a> property to specify the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.utf8encoding">UTF8Encoding</a> 
	or <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.text.unicodeencoding">UnicodeEncoding</a> instead.  The current Encoding�s 
	preamble is written out according to the rules of <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.streamwriter">StreamWriter</a>.
</p>
</div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport__ctor" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.-ctor.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport__ctor">TextExport()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.html">TextExport</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Encoding" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Encoding">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Encoding.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Encoding">Encoding</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the character encoding used for the outputted text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_PageDelimiter" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.PageDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.PageDelimiter.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_PageDelimiter">PageDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the text inserted between pages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Pagination" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Pagination">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Pagination.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Pagination">Pagination</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicates should pagination be used for resulted text document or not</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_PreserveHiddenText" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.PreserveHiddenText">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.PreserveHiddenText.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_PreserveHiddenText">PreserveHiddenText</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the character encoding used for the outputted text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_QuotationMode" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.QuotationMode">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.QuotationMode.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_QuotationMode">QuotationMode</a>
        </td>
        <td class="markdown level1 summary"><p>If QuotationMode.AutoQuote than simple values will be exported without quotes.
If QuotationMode.AlwaysQuote than all exported values will always be quoted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_QuotationSymbol" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.QuotationSymbol">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.QuotationSymbol.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_QuotationSymbol">QuotationSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the quotation symbol.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_SuppressEmptyLines" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.SuppressEmptyLines">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.SuppressEmptyLines.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_SuppressEmptyLines">SuppressEmptyLines</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether empty lines will be inserted for layout purposes.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_TextDelimiter" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.TextDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.TextDelimiter.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_TextDelimiter">TextDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>Sets or returns the text inserted between text fields.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_">Export(SectionDocument, Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to the specified stream in Rich Text Format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.IO.Stream,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_IO_Stream_System_String_">Export(SectionDocument, Stream, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to the specified stream in text format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_">Export(SectionDocument, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a text format file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_" data-uid="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export(GrapeCity.ActiveReports.Document.SectionDocument,System.String,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Xml.Section.TextExport.Export.html#GrapeCity_ActiveReports_Export_Xml_Section_TextExport_Export_GrapeCity_ActiveReports_Document_SectionDocument_System_String_System_String_">Export(SectionDocument, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified document to a text format file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
