# GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings" class="text-break">CsvRenderingExtension.Settings Class
</h1>
  <div class="markdown level0 summary"><p>CsvRenderingExtension settings class</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.Export.Text.Page.ConfigurableRenderingExtension-1.html">ConfigurableRenderingExtension</a>&lt;<a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.html">CsvRenderingExtension</a>.<a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.html">Settings</a>&gt;.<a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.ConfigurableRenderingExtension-1.SettingsBase.html">SettingsBase</a></div>
    <div class="level2"><span class="xref">CsvRenderingExtension.Settings</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.html">GrapeCity.ActiveReports.Export.Text.Page</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Export.Xml.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CsvRenderingExtension.Settings : ConfigurableRenderingExtension&lt;CsvRenderingExtension.Settings&gt;.SettingsBase</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_Export_Text_Page_CsvRenderingExtension_Settings__ctor" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.-ctor.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings__ctor">Settings()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes new Settings instance with default properties values.</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_Text_Page_CsvRenderingExtension_Settings_ColumnsDelimiter" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.ColumnsDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.ColumnsDelimiter.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_ColumnsDelimiter">ColumnsDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>The string to be placed between fields in data row.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_DateTimeFormat" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.DateTimeFormat">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.DateTimeFormat.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_DateTimeFormat">DateTimeFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Default format for date values. See also <a href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings">&quot;Custom date and time format strings&quot;</a>.
Suggested to specify something like &quot;yyyy-MM-dd&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_Encoding" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.Encoding">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.Encoding.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_Encoding">Encoding</a>
        </td>
        <td class="markdown level1 summary"><p>The result file encoding.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_NoHeader" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.NoHeader">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.NoHeader.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_NoHeader">NoHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether CSV Header should be omitted.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_NumericFormat" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.NumericFormat">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.NumericFormat.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_NumericFormat">NumericFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Default format for numeric values. See also <a href="https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-numeric-format-strings">&quot;Custom numeric format strings&quot;</a>.
Suggested to specify something like &quot;0.####&quot;.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_QuotationMode" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.QuotationMode">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.QuotationMode.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_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_Text_Page_CsvRenderingExtension_Settings_QuotationSymbol" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.QuotationSymbol">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.QuotationSymbol.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_QuotationSymbol">QuotationSymbol</a>
        </td>
        <td class="markdown level1 summary"><p>The quotation symbol.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_RowsDelimiter" data-uid="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.RowsDelimiter">
          <a class="xref" href="GrapeCity.ActiveReports.Export.Text.Page.CsvRenderingExtension.Settings.RowsDelimiter.html#GrapeCity_ActiveReports_Export_Text_Page_CsvRenderingExtension_Settings_RowsDelimiter">RowsDelimiter</a>
        </td>
        <td class="markdown level1 summary"><p>The string to be placed between data rows.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
