# GrapeCity.ActiveReports.Web.EnumDefaultExportSetting-1

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_EnumDefaultExportSetting_1" data-uid="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting`1" class="text-break">EnumDefaultExportSetting&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Represents a default export setting with an enum 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">EnumDefaultExportSetting&lt;T&gt;</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_EnumDefaultExportSetting_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class EnumDefaultExportSetting&lt;T&gt; : DefaultExportSetting where T : struct, Enum</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of the enum.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_EnumDefaultExportSetting_1__ctor" data-uid="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting`1.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting-1.-ctor.html#GrapeCity_ActiveReports_Web_EnumDefaultExportSetting_1__ctor">EnumDefaultExportSetting()</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_EnumDefaultExportSetting_1_Value" data-uid="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting`1.Value">
          <a class="xref" href="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting-1.Value.html#GrapeCity_ActiveReports_Web_EnumDefaultExportSetting_1_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the enum 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_EnumDefaultExportSetting_1_ToJson" data-uid="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting`1.ToJson">
          <a class="xref" href="GrapeCity.ActiveReports.Web.EnumDefaultExportSetting-1.ToJson.html#GrapeCity_ActiveReports_Web_EnumDefaultExportSetting_1_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the enum export setting to a JSON string.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
