# GrapeCity.ActiveReports.Web.TxtExportSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_TxtExportSettings" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings" class="text-break">TxtExportSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for exporting data to a TXT format.</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="GrapeCity.ActiveReports.Web.BaseExportSettings.html">BaseExportSettings</a></div>
    <div class="level2"><span class="xref">TxtExportSettings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.html">GrapeCity.ActiveReports.Web</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_TxtExportSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TxtExportSettings : BaseExportSettings</code></pre>
  </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_Web_TxtExportSettings__ctor" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.-ctor.html#GrapeCity_ActiveReports_Web_TxtExportSettings__ctor">TxtExportSettings()</a>
        </td>
        <td class="markdown level1 summary"></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_Web_TxtExportSettings_Encoding" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.Encoding">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.Encoding.html#GrapeCity_ActiveReports_Web_TxtExportSettings_Encoding">Encoding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an enumerated system encoding value to use for character encoding in the text file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_TxtExportSettings_PageDelimiter" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.PageDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.PageDelimiter.html#GrapeCity_ActiveReports_Web_TxtExportSettings_PageDelimiter">PageDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a delimiter to mark the end of each page in the text file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_TxtExportSettings_PreserveHiddenText" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.PreserveHiddenText">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.PreserveHiddenText.html#GrapeCity_ActiveReports_Web_TxtExportSettings_PreserveHiddenText">PreserveHiddenText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets value indicates whether invisible text and partially cut-off text are exported..</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_TxtExportSettings_QuotationMode" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.QuotationMode">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.QuotationMode.html#GrapeCity_ActiveReports_Web_TxtExportSettings_QuotationMode">QuotationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the mode for applying quotations in the text file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_TxtExportSettings_QuotationSymbol" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.QuotationSymbol">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.QuotationSymbol.html#GrapeCity_ActiveReports_Web_TxtExportSettings_QuotationSymbol">QuotationSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a symbol used for quoting mark in the exported text file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_TxtExportSettings_SuppressEmptyLines" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.SuppressEmptyLines">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.SuppressEmptyLines.html#GrapeCity_ActiveReports_Web_TxtExportSettings_SuppressEmptyLines">SuppressEmptyLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to suppress empty lines in the output file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_TxtExportSettings_TextDelimiter" data-uid="GrapeCity.ActiveReports.Web.TxtExportSettings.TextDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.TextDelimiter.html#GrapeCity_ActiveReports_Web_TxtExportSettings_TextDelimiter">TextDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delimiter used to mark the end of each text field.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
