# GrapeCity.ActiveReports.Web.DefaultExportSettings.TxtExportSettings

## Content

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



<h1 id="GrapeCity_ActiveReports_Web_DefaultExportSettings_TxtExportSettings_" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSettings.TxtExportSettings*">TxtExportSettings Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Web_DefaultExportSettings_TxtExportSettings_" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSettings.TxtExportSettings*"></a>
<h4 id="GrapeCity_ActiveReports_Web_DefaultExportSettings_TxtExportSettings" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSettings.TxtExportSettings">TxtExportSettings</h4>
<div class="markdown level1 summary"><p>Gets or sets the default export panel values for a <code>txt</code> format.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[PersistenceMode(PersistenceMode.InnerProperty)]
public TxtExportSettings TxtExportSettings { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.html">TxtExportSettings</a></td>
      <td><p>A <a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.html">TxtExportSettings</a> object represents default export settings for a <code>txt</code> format.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
