# GrapeCity.ActiveReports.Web.CsvDataExportSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_CsvDataExportSettings" data-uid="GrapeCity.ActiveReports.Web.CsvDataExportSettings" class="text-break">CsvDataExportSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for exporting data to a CSV Data 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">CsvDataExportSettings</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Web.CsvExportSettings.html">CsvExportSettings</a></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_CsvDataExportSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CsvDataExportSettings : 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_CsvDataExportSettings__ctor" data-uid="GrapeCity.ActiveReports.Web.CsvDataExportSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.-ctor.html#GrapeCity_ActiveReports_Web_CsvDataExportSettings__ctor">CsvDataExportSettings()</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_CsvDataExportSettings_ColumnsDelimiter" data-uid="GrapeCity.ActiveReports.Web.CsvDataExportSettings.ColumnsDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.ColumnsDelimiter.html#GrapeCity_ActiveReports_Web_CsvDataExportSettings_ColumnsDelimiter">ColumnsDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delimiter used between columns in the CSV file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_CsvDataExportSettings_Encoding" data-uid="GrapeCity.ActiveReports.Web.CsvDataExportSettings.Encoding">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.Encoding.html#GrapeCity_ActiveReports_Web_CsvDataExportSettings_Encoding">Encoding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the encoding used for the CSV file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_CsvDataExportSettings_NoHeader" data-uid="GrapeCity.ActiveReports.Web.CsvDataExportSettings.NoHeader">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.NoHeader.html#GrapeCity_ActiveReports_Web_CsvDataExportSettings_NoHeader">NoHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to exclude the header row from the CSV file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_CsvDataExportSettings_QuotationSymbol" data-uid="GrapeCity.ActiveReports.Web.CsvDataExportSettings.QuotationSymbol">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.QuotationSymbol.html#GrapeCity_ActiveReports_Web_CsvDataExportSettings_QuotationSymbol">QuotationSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol used for quoting values in the CSV file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_CsvDataExportSettings_RowsDelimiter" data-uid="GrapeCity.ActiveReports.Web.CsvDataExportSettings.RowsDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.RowsDelimiter.html#GrapeCity_ActiveReports_Web_CsvDataExportSettings_RowsDelimiter">RowsDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the delimiter used between rows in the CSV file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
