# GrapeCity.ActiveReports.Web.Designer.FileStoreOptions

## Content

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




  <h1 id="GrapeCity_ActiveReports_Web_Designer_FileStoreOptions" data-uid="GrapeCity.ActiveReports.Web.Designer.FileStoreOptions" class="text-break">FileStoreOptions Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the options for file storage.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.Designer.html">GrapeCity.ActiveReports.Web.Designer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Aspnet.Designer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_Designer_FileStoreOptions_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum FileStoreOptions</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_FileStoreOptions_NestedFoldersLookup">NestedFoldersLookup</td>
        <td><p>Instructs to search for resources in nested folders.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_Designer_FileStoreOptions_None">None</td>
        <td><p>No special options.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
