# GrapeCity.ActiveReports.Web.DefaultExportSetting

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_DefaultExportSetting" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSetting" class="text-break">DefaultExportSetting Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class for default export settings. Provides properties and methods
for managing visibility and JSON serialization of export settings.</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">DefaultExportSetting</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.html">BoolDefaultExportSetting</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting-1.html">EnumDefaultExportSetting&lt;T&gt;</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.IntDefaultExportSetting.html">IntDefaultExportSetting</a></div>
      <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Web.StringDefaultExportSetting.html">StringDefaultExportSetting</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_DefaultExportSetting_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public abstract class DefaultExportSetting</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_DefaultExportSetting__ctor" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSetting.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DefaultExportSetting.-ctor.html#GrapeCity_ActiveReports_Web_DefaultExportSetting__ctor">DefaultExportSetting()</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_DefaultExportSetting_Visible" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSetting.Visible">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DefaultExportSetting.Visible.html#GrapeCity_ActiveReports_Web_DefaultExportSetting_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the export setting is visible.</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_DefaultExportSetting_ToJson" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSetting.ToJson">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DefaultExportSetting.ToJson.html#GrapeCity_ActiveReports_Web_DefaultExportSetting_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the export setting to a JSON string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_DefaultExportSetting_ToString" data-uid="GrapeCity.ActiveReports.Web.DefaultExportSetting.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Web.DefaultExportSetting.ToString.html#GrapeCity_ActiveReports_Web_DefaultExportSetting_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns this instance of <a class="xref" href="GrapeCity.ActiveReports.Web.DefaultExportSetting.html">DefaultExportSetting</a> converted to a string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
