# GrapeCity.ActiveReports.Web.BaseXlsExportSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Web_BaseXlsExportSettings" data-uid="GrapeCity.ActiveReports.Web.BaseXlsExportSettings" class="text-break">BaseXlsExportSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base settings for exporting data to a XLS format.</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.BaseExportSettings.html">BaseExportSettings</a></div>
    <div class="level2"><span class="xref">BaseXlsExportSettings</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsFullExportSettings.html">BaseXlsFullExportSettings</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_BaseXlsExportSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseXlsExportSettings : 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_BaseXlsExportSettings__ctor" data-uid="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.-ctor.html#GrapeCity_ActiveReports_Web_BaseXlsExportSettings__ctor">BaseXlsExportSettings()</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_BaseXlsExportSettings_Password" data-uid="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.Password">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.Password.html#GrapeCity_ActiveReports_Web_BaseXlsExportSettings_Password">Password</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the password required to open the XLS file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_BaseXlsExportSettings_ProtectedBy" data-uid="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.ProtectedBy">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.ProtectedBy.html#GrapeCity_ActiveReports_Web_BaseXlsExportSettings_ProtectedBy">ProtectedBy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the user name responsible to password protect the XLS file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_BaseXlsExportSettings_ReadOnlyRecommended" data-uid="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.ReadOnlyRecommended">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.ReadOnlyRecommended.html#GrapeCity_ActiveReports_Web_BaseXlsExportSettings_ReadOnlyRecommended">ReadOnlyRecommended</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the XLS file is recommended to be opened in read-only mode.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_BaseXlsExportSettings_RightToLeft" data-uid="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.RightToLeft">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.RightToLeft.html#GrapeCity_ActiveReports_Web_BaseXlsExportSettings_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the XLS file should be displayed with right-to-left text direction.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_BaseXlsExportSettings_WritePassword" data-uid="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.WritePassword">
          <a class="xref" href="GrapeCity.ActiveReports.Web.BaseXlsExportSettings.WritePassword.html#GrapeCity_ActiveReports_Web_BaseXlsExportSettings_WritePassword">WritePassword</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the password required to modify the XLS file.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
