# GrapeCity.ActiveReports.Web.BoolDefaultExportSetting

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_BoolDefaultExportSetting" data-uid="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting" class="text-break">BoolDefaultExportSetting Class
</h1>
  <div class="markdown level0 summary"><p>Represents a default export setting with a nullable boolean value.</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.DefaultExportSetting.html">DefaultExportSetting</a></div>
    <div class="level2"><span class="xref">BoolDefaultExportSetting</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_BoolDefaultExportSetting_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BoolDefaultExportSetting : 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_BoolDefaultExportSetting__ctor" data-uid="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.-ctor.html#GrapeCity_ActiveReports_Web_BoolDefaultExportSetting__ctor">BoolDefaultExportSetting()</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_BoolDefaultExportSetting_Value" data-uid="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.Value">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.Value.html#GrapeCity_ActiveReports_Web_BoolDefaultExportSetting_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the boolean value of the export setting.</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_BoolDefaultExportSetting_ToJson" data-uid="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.ToJson">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BoolDefaultExportSetting.ToJson.html#GrapeCity_ActiveReports_Web_BoolDefaultExportSetting_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the boolean export setting to a JSON string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
