# GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage" data-uid="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage" class="text-break">ISessionSettingsStorage Interface
</h1>
  <div class="markdown level0 summary"><p>Defines a contract for a service that provides persistence for session settings.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.html">GrapeCity.ActiveReports.Design.Advanced</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ISessionSettingsStorage</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Implementations of this interface are responsible for storing and retrieving session settings,
such as user preferences or application state, to and from a persistent storage mechanism
(e.g., file system, database). This allows the application to maintain continuity across sessions.</p>
</div>
  <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_Design_Advanced_ISessionSettingsStorage_Load_GrapeCity_ActiveReports_Design_Advanced_SessionSettings_" data-uid="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Load(GrapeCity.ActiveReports.Design.Advanced.SessionSettings)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Load.html#GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_Load_GrapeCity_ActiveReports_Design_Advanced_SessionSettings_">Load(SessionSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads session settings from persistent storage into the specified <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.html">SessionSettings</a> instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_Save_GrapeCity_ActiveReports_Design_Advanced_SessionSettings_" data-uid="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Save(GrapeCity.ActiveReports.Design.Advanced.SessionSettings)">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Save.html#GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_Save_GrapeCity_ActiveReports_Design_Advanced_SessionSettings_">Save(SessionSettings)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the specified session settings to persistent storage.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
