ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Advanced Namespace / ISessionSettingsStorage Interface
Members

In This Topic
    ISessionSettingsStorage Interface
    In This Topic
    Defines a contract for a service that provides persistence for session settings.
    Object Model
    ISessionSettingsStorage Interface
    Syntax
    'Declaration
     
    Public Interface ISessionSettingsStorage 
    public interface ISessionSettingsStorage 
    Remarks
    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.
    See Also