# GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Load

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_Load_" data-uid="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Load*">Load Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_Load_" data-uid="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.Load*"></a>
<h4 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)">Load(SessionSettings)</h4>
<div 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>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">void Load(SessionSettings settings)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.html">SessionSettings</a></td>
      <td><span class="parametername">settings</span></td>
      <td><p>The <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.html">SessionSettings</a> instance to be populated with the loaded settings.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Advanced_ISessionSettingsStorage_Load_GrapeCity_ActiveReports_Design_Advanced_SessionSettings__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method should read from the storage medium, deserialize the settings data, and populate the
<code class="paramref">settings</code> object with the retrieved values. Implementations must handle any exceptions
that may occur during the load operation, such as IO exceptions or data format mismatches.</p>
</div>
</div>
