# GrapeCity.ActiveReports.Design.Advanced.DesignerForm.SessionSettingsStorage

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_SessionSettingsStorage_" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.SessionSettingsStorage*">SessionSettingsStorage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_SessionSettingsStorage_" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.SessionSettingsStorage*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_SessionSettingsStorage" data-uid="GrapeCity.ActiveReports.Design.Advanced.DesignerForm.SessionSettingsStorage">SessionSettingsStorage</h4>
<div class="markdown level1 summary"><p>Gets or sets a value representing the storage mechanism for session settings within the designer form.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ISessionSettingsStorage SessionSettingsStorage { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.html">ISessionSettingsStorage</a></td>
      <td><p>The storage mechanism that implements <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.html">ISessionSettingsStorage</a> interface.
This property allows for the persistence and retrieval of user session settings, such as
tool window positions, recent files list, and other customizable settings of the designer environment.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Advanced_DesignerForm_SessionSettingsStorage_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The session settings storage is crucial for maintaining a consistent user experience across sessions
by saving and restoring the state of the designer form based on the user's preferences and actions.</p>
</div>
</div>
