# GrapeCity.ActiveReports.Design.Advanced.SessionSettings

## Content

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



  <h1 id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings" class="text-break">SessionSettings Class
</h1>
  <div class="markdown level0 summary"><p>Represents the session settings for the Flat End-User Designer (FlatEUD) environment.</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"><span class="xref">SessionSettings</span></div>
  </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_SessionSettings_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SessionSettings</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This class encapsulates various settings related to the user's session, including UI layout preferences,
recent files list, and window state. These settings can be persisted between sessions to maintain a consistent
user experience. The <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.ISessionSettingsStorage.html">ISessionSettingsStorage</a> interface
can be implemented to provide a mechanism for saving and loading these settings to and from a persistent storage.</p>
</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_Design_Advanced_SessionSettings__ctor" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.-ctor.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings__ctor">SessionSettings()</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_Design_Advanced_SessionSettings_ActiveRightTab" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.ActiveRightTab">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.ActiveRightTab.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_ActiveRightTab">ActiveRightTab</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the currently active tab in the right panel.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsGroupEditorActive" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsGroupEditorActive">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsGroupEditorActive.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsGroupEditorActive">IsGroupEditorActive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Group Editor is active.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsLayersListActive" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsLayersListActive">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsLayersListActive.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsLayersListActive">IsLayersListActive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Layers List panel is active and visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsReportExplorerActive" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsReportExplorerActive">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsReportExplorerActive.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsReportExplorerActive">IsReportExplorerActive</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Report Explorer panel is active.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsWindowMaximized" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsWindowMaximized">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.IsWindowMaximized.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_IsWindowMaximized">IsWindowMaximized</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the main window is maximized.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_LeftPanelWidth" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.LeftPanelWidth">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.LeftPanelWidth.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_LeftPanelWidth">LeftPanelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the left panel in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_RecentFiles" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.RecentFiles">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.RecentFiles.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_RecentFiles">RecentFiles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of paths to the most recently accessed files.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_RightPanelWidth" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.RightPanelWidth">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.RightPanelWidth.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_RightPanelWidth">RightPanelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the right panel in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_WindowPosition" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.WindowPosition">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.WindowPosition.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_WindowPosition">WindowPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the main window on the screen.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_Advanced_SessionSettings_WindowSize" data-uid="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.WindowSize">
          <a class="xref" href="GrapeCity.ActiveReports.Design.Advanced.SessionSettings.WindowSize.html#GrapeCity_ActiveReports_Design_Advanced_SessionSettings_WindowSize">WindowSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the main window.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
