# GrapeCity.ActiveReports.Web.CsvExportSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_CsvExportSettings" data-uid="GrapeCity.ActiveReports.Web.CsvExportSettings" class="text-break">CsvExportSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the settings for exporting data to a CSV 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"><a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.html">CsvDataExportSettings</a></div>
    <div class="level3"><span class="xref">CsvExportSettings</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_CsvExportSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CsvExportSettings : CsvDataExportSettings</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_CsvExportSettings__ctor" data-uid="GrapeCity.ActiveReports.Web.CsvExportSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvExportSettings.-ctor.html#GrapeCity_ActiveReports_Web_CsvExportSettings__ctor">CsvExportSettings()</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_CsvExportSettings_DateTimeFormat" data-uid="GrapeCity.ActiveReports.Web.CsvExportSettings.DateTimeFormat">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvExportSettings.DateTimeFormat.html#GrapeCity_ActiveReports_Web_CsvExportSettings_DateTimeFormat">DateTimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string used for date and time values in the CSV file, for example, 'yyyy-MM-dd'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_CsvExportSettings_NumericFormat" data-uid="GrapeCity.ActiveReports.Web.CsvExportSettings.NumericFormat">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvExportSettings.NumericFormat.html#GrapeCity_ActiveReports_Web_CsvExportSettings_NumericFormat">NumericFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format string used for numeric values in the CSV file, for example, '0.####'.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_CsvExportSettings_QuotationMode" data-uid="GrapeCity.ActiveReports.Web.CsvExportSettings.QuotationMode">
          <a class="xref" href="GrapeCity.ActiveReports.Web.CsvExportSettings.QuotationMode.html#GrapeCity_ActiveReports_Web_CsvExportSettings_QuotationMode">QuotationMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the quotation mode for values in the CSV file.
If AlwaysQuote value than all exported values will always be quoted.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
