ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / SessionSettings Class
Members

In This Topic
    SessionSettings Class
    In This Topic
    Represents the session settings for the Flat End-User Designer (FlatEUD) environment.
    Object Model
    SessionSettings Class
    Syntax
    'Declaration
     
    Public Class SessionSettings 
    public class SessionSettings 
    Remarks
    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 ISessionSettingsStorage interface can be implemented to provide a mechanism for saving and loading these settings to and from a persistent storage.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Design.Advanced.SessionSettings

    See Also