# GrapeCity.ActiveReports.Web.BaseExportSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_BaseExportSettings" data-uid="GrapeCity.ActiveReports.Web.BaseExportSettings" class="text-break">BaseExportSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class for export settings, implementing JSON serialization capabilities.</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"><span class="xref">BaseExportSettings</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.html">BaseXlsExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.CsvDataExportSettings.html">CsvDataExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.DocExportSettings.html">DocExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.DocxExportSettings.html">DocxExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.JsonExportSettings.html">JsonExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.MhtExportSettings.html">MhtExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.PdfExportSettings.html">PdfExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.RtfExportSettings.html">RtfExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.TiffExportSettings.html">TiffExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.TxtExportSettings.html">TxtExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.XlsxDataExportSettings.html">XlsxDataExportSettings</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.XmlExportSettings.html">XmlExportSettings</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_BaseExportSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class 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_BaseExportSettings__ctor" data-uid="GrapeCity.ActiveReports.Web.BaseExportSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseExportSettings.-ctor.html#GrapeCity_ActiveReports_Web_BaseExportSettings__ctor">BaseExportSettings()</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_BaseExportSettings_FileName" data-uid="GrapeCity.ActiveReports.Web.BaseExportSettings.FileName">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseExportSettings.FileName.html#GrapeCity_ActiveReports_Web_BaseExportSettings_FileName">FileName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the file name for the exported file is downloaded.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_BaseExportSettings_ToJson" data-uid="GrapeCity.ActiveReports.Web.BaseExportSettings.ToJson">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseExportSettings.ToJson.html#GrapeCity_ActiveReports_Web_BaseExportSettings_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the current instance to a JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_BaseExportSettings_ToString" data-uid="GrapeCity.ActiveReports.Web.BaseExportSettings.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseExportSettings.ToString.html#GrapeCity_ActiveReports_Web_BaseExportSettings_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns this instance of <a class="xref" href="GrapeCity.ActiveReports.Web.StringDefaultExportSetting.html">StringDefaultExportSetting</a> converted to a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
